Everything working great except.........when i receive the email with the form information, it comes from my host (phpformgenerator@myhost.com). I would like it to come from my domain. I understand I will need to add SMTP Authentication in my code. Could you please explain to me what i should write and to what file.
Thanks in advance.....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do a search on "php mail function header" and look at the examples for specifying the mail header.
Then modify your processor.php according to your requirements.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Everything working great except.........when i receive the email with the form information, it comes from my host (phpformgenerator@myhost.com). I would like it to come from my domain. I understand I will need to add SMTP Authentication in my code. Could you please explain to me what i should write and to what file.
Thanks in advance.....
Do a search on "php mail function header" and look at the examples for specifying the mail header.
Then modify your processor.php according to your requirements.
thank you, just the info i needed.