Bounced e-mails from mail()
Hey guys, I'm using the php mail() function to send e-mail to a mailing list and was wondering how to get notification of bounces (I'm sure some of the addresses have been written down wrong). At present, if an incorrect address is on the list the message just disappears.
There is a short article on how to do this on the PHP manual using the Return-Path header, but I don't have access to the mail server. I'm using PHP 4.3.2 on a Windows server which is controlled by the Uni (we just get FTP access to our folders). Is there any way to get e-mail notification of bounces just through the script?
There is a short article on how to do this on the PHP manual using the Return-Path header, but I don't have access to the mail server. I'm using PHP 4.3.2 on a Windows server which is controlled by the Uni (we just get FTP access to our folders). Is there any way to get e-mail notification of bounces just through the script?
