I've set up a form and am using formmail.php script to send the details to my email address. I can get the emails sent to me, but need them to go to another email domain (a client). I understand it's easier to get it sent to myself as the script is hosted on the same server as my email.
The only part of the code I've edited is;
How would I enter an 2nd email in this script?
The only part of the code I've edited is;
Code:
/* Help: http://www.tectite.com/fmdoc/target_email.php */
$TARGET_EMAIL = array(MY_NAME."@MY_DOMIAN\.com$");
How would I enter an 2nd email in this script?