phpmailer/SMTP error messages
Posted by: msherwoo
Posted on: 2009-10-11 17:35:00
I use phpmailer within some scripts to send mail. I use authenticated STMP mode. It works great.
Here's the problem: I don't get error messages from bounced addresses or from exceeding quota (although I NEVER do that). phpmailer has it's debug mode, but that's only for errors from phpmailer and not from the SMTP server, as far as I know. I have sent mail to some bogus addresses and I get no error messages anywhere.
So, is there a way to get error messages when I send mail using phpmailer via STMP?
Thanks,
Mike