SendMail Outlook/Hotmail?

Just starting out? Need help? Post your questions and find answers here.
Rinzwind
Enthusiast
Enthusiast
Posts: 638
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

SendMail Outlook/Hotmail?

Post by Rinzwind »

Doesn't seem to work. Checked it with other tool, there it does work.

Code: Select all

  InitNetwork()
  ; Be sure to use the right login and right password
  ;
  Login$ = "user@live.nl"
  If CreateMail(0, "user@live.nl", "Hello")
    AddMailRecipient(0, "info@user.com", #PB_Mail_To)

    Debug SendMail(0, "smtp.live.com", 587, #PB_Mail_UseSSL, Login$, "password")
  EndIf
Also tried smtp-mail.outlook.com

Port: 587
Encryption method: STARTTLS
Rinzwind
Enthusiast
Enthusiast
Posts: 638
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: SendMail Outlook/Hotmail?

Post by Rinzwind »

Apparently a problem introduced in recent PB versions... does work in 5.62. Filed bug report.
Post Reply