Error Message whene SendMail() failed

Just starting out? Need help? Post your questions and find answers here.
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Error Message whene SendMail() failed

Post by nicolaus »

Hi all,

I currently try to send mail via #PB_Mail_UseSSL with the SendMail function.
While the send proccess, ther is a error (MailProgress() return a #PB_Mail_Error)

Now my question is how can i get a detailed error message?
Where can i find the return message from smtp server?

Thank you
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Re: Error Message whene SendMail() failed

Post by nicolaus »

via search in forum i found a thread for a MailError function back in 2017. ( http://forums.purebasic.com/english/vie ... 06#p513858) So it seems like after 3 years!!! there is still no way to get detailed error informations if a SendMail faild?

How on earth are you ever going to find out what's wrong?
User avatar
C87
Enthusiast
Enthusiast
Posts: 178
Joined: Mon Jul 17, 2017 7:22 am
Location: Cotswolds England

Re: Error Message whene SendMail() failed

Post by C87 »

It was raised again in 2019
The topic heading is : "Better email error information"

viewtopic.php?f=3&t=72959&hilit=Better+ ... nformation
If it's falling over......just remember the computer is never wrong!
Rinzwind
Enthusiast
Enthusiast
Posts: 679
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: Error Message whene SendMail() failed

Post by Rinzwind »

Also fix the issue with it not sending at all with any Microsoft mail provider (hotmail, office 365). Worked fine in 5.62.
Post Reply