Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reporting on email bounce backs and how many opened

Status
Not open for further replies.

pushyr

Programmer
Jul 2, 2007
159
GB
i'm using a simple mail send like this...

Code:
mail($to, $subject, $body, $headers);

and i would like to know if there is a way of reporting on how many of the emails bounced back and how many were opened.

where should i start?
 
that's a function for an email program. php is just interfacing either to your smtp stack or to an MTA like postfix/sendmail.

if you are on unix, the relevant mta should be able to do what you are asking. talk to your administrator or check in the relevant tek-tips forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top