hello, now form is sent to 1 email, but I need to receive the content from form to 2 emails, can you help me? thank you
This answer has been posted many times. If you need more information on the mail function, use the following URL. http://php.net/manual/en/function.mail.php
Essentially you can replace the first field with a comma separated list of emails. For Example: "user@example.com, anotheruser@example.com"
The mail function is in the processor.php file.
Log in to post a comment.
hello, now form is sent to 1 email, but I need to receive the content from form to 2 emails, can you help me? thank you
This answer has been posted many times.
If you need more information on the mail function, use the following URL.
http://php.net/manual/en/function.mail.php
Essentially you can replace the first field with a comma separated list of emails.
For Example:
"user@example.com, anotheruser@example.com"
The mail function is in the processor.php file.