-
AuthorPosts
-
June 23, 2014 at 11:49 pm #282747
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
June 23, 2014 at 11:52 pm #282749Hi Andrew!
You can check the Enfold form source code in /framework/php/class-form-generator.php around line 730.
Best regards,
JosueJune 24, 2014 at 12:09 am #282753Doesn’t mean much to me unfortunately!:-) Does this pass all the correct and required information for PHP mail?
Thanks
Andrew
June 24, 2014 at 12:12 am #282754Just checked the file – 771 to 780 is blank?
June 24, 2014 at 12:17 am #282757I 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
June 24, 2014 at 1:39 am #282774I 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 -
AuthorPosts
- You must be logged in to reply to this topic.
