|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
if ($op =="ds" ) {
if ($send !="no" ) { // this is the info that comes on the email when it's ok to send!
$msg = "E-MAIL SENT FROM http://www.pmawne.com/\n" ;
$msg .="Membership Change Notice\n" ;
$msg .=" \n" ;
$msg .="Name: $sender_name\n" ;
$msg .=" \n" ;
$msg .="Previous Address: $previous_address\n" ;
$msg .=" \n" ;
$msg .="New Address: $new_address\n" ;
$msg .=" \n" ;
$msg .="Previous Title: $previous_title\n" ;
$msg .=" \n" ;
$msg .="New Title: $new_title\n" ;
$msg .=" \n" ;
$msg .="Previous Company: $previous_company\n" ;
$msg .=" \n" ;
$msg .="New Company: $new_company\n" ;
$msg .=" \n" ;
$msg .="Previous Tel#: $previous_tel\n" ;
$msg .=" \n" ;
$msg .="New Tel#: $new_tel\n" ;
$msg .=" \n" ;
$msg .="Previous Fax#: $previous_fax\n" ;
$msg .=" \n" ;
$msg .="New Fax#: $new_fax\n" ;
$msg .=" \n" ;
$msg .="Previous E-Mail: $previous_email\n" ;
$msg .=" \n" ;
$msg .="New E-Mail: $new_email\n" ;
$msg .=" \n" ;
$msg .="Previous Mail Address: $prevmail_address\n" ;
$msg .=" \n" ;
$msg .="New Mail Address: $newmail_address\n" ;
$msg .=" \n" ;
$msg .="Sender's Prefered E-Mail: $prefermail_sent\n" ;
$msg .=" \n" ;
$msg .="Comments: $comments\n\n" ;
$msg .=" \n" ;
$"mailto:sabarlow@verizon.net" ;
//$"mailto:mhollander@springboard.com";
$subject="Membership Change Notice" ;
$mailheaders="From: PMAWNE\n \n" ;
$mailheaders .="Reply-To: $sender_email\n\n" ;
mail($to, $subject, $msg, $mailheaders); } }
?>
|
Affiliated with |