Detecting a bounce-back email with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
LonelyProgrammer
Forum Contributor
Posts: 108
Joined: Sun Oct 12, 2003 7:10 am

Detecting a bounce-back email with PHP

Post by LonelyProgrammer »

Suppose I send an email with the mail() function, and wishes to keep track of which emails has been bouncing. Is this doable through PHP?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

yes. [php_man]imap[/php_man]
Post Reply