Page 1 of 1

SendMail() - how to determine #pb_mail_error reason?

Posted: Wed May 01, 2024 5:15 pm
by jassing
I'm sending an email, but mailprogress() returns -2;
I tried adding #pb_mail_Debug, but nothing additional was displayed.
the mail is sent...

Re: SendMail() - how to determine #pb_mail_error reason?

Posted: Wed May 01, 2024 8:11 pm
by infratec
#PB_Mail_Debug : to print in the console debug information.
Have you open a console?

Re: SendMail() - how to determine #pb_mail_error reason?

Posted: Sat May 11, 2024 1:18 am
by jassing
yes.