Phil Karras
03-10-2003, 01:15 PM
I'm trying to use Errors-To: $MyEmail while sending an email so that if there is a bouce-back I'll receive the error message. Unfortunately it is not working.
Do I have the form correct? Is it:
print MAIL <<"To_Me";
To:$v_EList
Bcc:$SendTo
Errors-To: $MyEmail
from:$v_From
Subject:$v_Title
$v_Text
--------
To be removed from our email list send an email to the From: address.
(Please be sure to include the email address to be removed.)
To_Me
close MAIL;
Do I have the form correct? Is it:
print MAIL <<"To_Me";
To:$v_EList
Bcc:$SendTo
Errors-To: $MyEmail
from:$v_From
Subject:$v_Title
$v_Text
--------
To be removed from our email list send an email to the From: address.
(Please be sure to include the email address to be removed.)
To_Me
close MAIL;