HI, My web-server has requirement according to send an email notification when you put your email and hit subscribe button
According to the technical Support Department.
Hello,
Thank you for contacting our Technical Support Department.
Please note that in order for a mail form (or any such similar) to be working on our servers, there must be an exactly specified From or To, and the address used in either of the two must be a valid mailbox hosted in the account. Please make sure that this condition is met and try again. Thank you.Best Regards,
I need to put manually the exactly specified email like newsletter@my.domain.com. Where I can put the email manually in the your code? like what I did in my contact form
$emailFrom = “www.mydomain.net”;
$emailTo = “contact@mydomain.net”;
Thank you in advance.
Best Regards