Hi there,
under the Contact Form setting, is it possible to have more than 1 email where mails should be delivered to? Do I separate them with comma or do I have to set up something different.
Much appreciated.
Hi there,
under the Contact Form setting, is it possible to have more than 1 email where mails should be delivered to? Do I separate them with comma or do I have to set up something different.
Much appreciated.
This code should do the trick - open send.php and find following code there:
$to = $_POST['myemail'];
please replace it with:
$to = $_POST['myemail'] . ', your-email';
and fill in your email adress where "your-email" is now written.
The Dude
You must log in to post.