Simple question, i need to know if an email has bounced or not, is there any in-built functions or will he return from mail return something significant
Thanks in advance
Mal
mail () function
Moderator: General Moderators
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
As Feyd mentioned, most likely, it has inbox access. With that, it can search for bounced returns.malcolmboston wrote:so no automated way, according to a client PHPList does it, its basically for a newsletter syste, (not spam!), so any ideas how PHPList implements it then? according to my client, PHPList detects if its bounced times and then blocks the email
Without that, it is depending on SMTP return codes which are more often inaccurate than they are accurate. In fact, for SMTP servers following the RFC's (the majority), they will almost always accept an email - meaning the "accept" notice is practically worthless.
Short of inbox access (which is difficult, complicated, and requires server-side (beyond scripting) setup), there is no reliable method of detecting success.