Hello,
I would like to automatically reply to an e-mail people fills in my contact form. Please, is there any way how to do it? I don't really get how to setup the e-mails for the form.
I used my e-mail in this code in include.php
$toemails[] = array(
'email' => 'your-email@website.com', // Your Email Address
'name' => 'Your Name' // Your Name
);
but I don't know what this code is for
$fromemail = array(
'email' => 'no-reply@website.com', // Company's Email Address (preferably currently used Domain Name)
'name' => 'Company Name' // Company Name
);
When I get the message to my e-mail 'your-email@website.com' I would like to be able to reply to the e-mail the person filled in the box "EMAIL" in my form.
This is my site with the form
http://new.wyomingprosthetics.com/contact-us.html
Thank you very much!
Radim
