Simple!
In your process.php file, near the end, find the line that starts with
mail("youremail@yourdomain.com"
Change this to
mail("youreail_1@yourdomain.com, youremail_2@yourotherdomain.com"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is there any way to have my form results sent to multiple email addresses ?
if so,
could someone assist me in how to add the additional addresses
thank you very much!
Conrad
Simple!
In your process.php file, near the end, find the line that starts with
mail("youremail@yourdomain.com"
Change this to
mail("youreail_1@yourdomain.com, youremail_2@yourotherdomain.com"