Hello!
Where does this script store or send the information after a site visitor signs up to the mailing list?
I completed the following in the script and I am not receiving emails when someone signs up.
I do receive a message that says "You have been successfully added to our mailinglist.".
///////////////// EDIT here
$body = "subscribe MyWebSite Mailing List ".$email." (".$name2.", ".$name1.")";
///////////////// Stop EDIT
MORE CODE HERE
///////////////// EDIT here
$SendMail .= "<input type='hidden' name='to' value='admin@MyWebSite.com'>";
$SendMail .= "<input type='hidden' name='Subscription To MyWebSite Mailing List' value='subscribe <yourlistname>'>";
///////////////// Stop EDITAm I doing something wrong here or should I be adding more information somewhere.
Any help with this problem by anyone would be appreciated.
WP