SendMail() - how to determine #pb_mail_error reason?

Just starting out? Need help? Post your questions and find answers here.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

SendMail() - how to determine #pb_mail_error reason?

Post 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...
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

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

Post by infratec »

#PB_Mail_Debug : to print in the console debug information.
Have you open a console?
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

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

Post by jassing »

yes.
Post Reply