Hi
I use Sendgrid to send email and this works fine in PB 5.73 in SSL or non-SSL modes but fails in all the newer 6 versions of PB. The Sendgrid API uses an apikey as the password. This key is 69 characters in length and looks like the fake sample below. The user name is always "apikey" and the port is 465.
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
Hopefully this information will help determine why sending emails fails in the newest version of Purebasic.
Thanks,
Simon
SendMail Fails in 6.10
SendMail Fails in 6.10
Simon White
dCipher Computing
dCipher Computing
Re: SendMail Fails in 6.10
Could you try to set the #PB_Mail_Debug in SendMail() and look at the console output to see if there is something helpful ?
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: SendMail Fails in 6.10
It would be handy if there was a way of capturing the debug information as a string - that way end users could let us know that information if needed.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Re: SendMail Fails in 6.10
Any chance ?