Hello,
Can someone please let me know how the email form built into enfold works. Is it smtp, php? The reason I ask is that I was using a php contact form on another website which started to have all sorts of problems because the correct php headers, return address and other things were not configured correctly by default. There was also no return address configured so gmail in the end stopped delivering the form results without even a bounceback message.
I will need to configure quite a few email forms, all with the same return and from address but with different to addresses.
Hope that makes sense!!:-)
Thanks
Andrew
Hi Andrew!
You can check the Enfold form source code in /framework/php/class-form-generator.php around line 730.
Best regards,
Josue
Doesn’t mean much to me unfortunately!:-) Does this pass all the correct and required information for PHP mail?
Thanks
Andrew
Just checked the file – 771 to 780 is blank?
I just want to make sure that the php part of the forms contains the correct information because the problem I have at the moment (not on an enfold website) is similar to this:
http://stackoverflow.com/questions/13498930/gmail-ignoring-emails-from-a-php-contact-form
So, I am trying to make sure all the correct information is in the php side of things before I start to set up my forms.
Thanks again,
Andrew
I guess you are referring to the mail headers settings, these are declared in line 709 in /framework/php/class-form-generator.php (make sure you are using the latest version of Enfold).
Please note that this kind of questions are outside the support scope we offer.
Cheers!
Josue