SendMail Fails in 6.10

Post bugreports for the Windows version here
swhite
Enthusiast
Enthusiast
Posts: 796
Joined: Thu May 21, 2009 6:56 pm

SendMail Fails in 6.10

Post by swhite »

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
Simon White
dCipher Computing
Fred
Administrator
Administrator
Posts: 18178
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SendMail Fails in 6.10

Post by Fred »

Could you try to set the #PB_Mail_Debug in SendMail() and look at the console output to see if there is something helpful ?
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: SendMail Fails in 6.10

Post by DoubleDutch »

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
Fred
Administrator
Administrator
Posts: 18178
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SendMail Fails in 6.10

Post by Fred »

Any chance ?
Post Reply