Showing 1 – 1 of 1 replies
engravatar

Or do I need to make changes in the […]

engravatar PURCHASED
9 years ago
Or do I need to make changes in the following code. We have not done anything here.

// Send email
$subject = 'New Subscriber (jesis)!';
$body = "You have a new subscriber!\n\nEmail: " . $subscriber_email;
// uncomment this to set the From and Reply-To emails, then pass the $headers variable to the "mail" function below
//$headers = "From: ".$subscriber_email." <" . $subscriber_email . ">" . "\r\n" . "Reply-To: " . $subscriber_email;
mail($emailTo, $subject, $body);
azmind
azmind SELLER
9 years ago
Hi Sandeep,

Thanks for buying the template. Can you send me the "subscribe.php" file here: contact.azmind@gmail.com so I take a look?