I’m very new in this matter, but I need some quick info. When I send a bunch of e-mails, there are some people that send a return e-mail to unsubscribe. I scripted something in PHP , like this
<?php
function send_mail($to, $fromemail, $fromname, $bounce_email, $message, $subject) { …..
?>
after returning this from the sender I would like a string $email, with it’s own e-mail. I can’t trace his e-mailaddress to delete this e-mail from the list, and for further maintenance. I crawled the internet without any succes. So any information is welcome. Mark Peeters, Antwerpen Belgium