Tagged: Enfold contact form
-
AuthorPosts
-
November 2, 2018 at 4:51 pm #1029207
Hi there,
The Enfold contact form is NOT sending any e-mails. Really weird.
We use the Postmark SMTP service, trough a plugin, to deliver the e-mail. I’ve installed Contact Form 7 and mail get’s perfectly send and is in my inbox within 10 seconds. Also in Postmark I can see the mail being sent.
When I use the Enfold contact form, the e-mails are not sent. I don’t get anything in my inbox or spam folders and even in the Postmark dashboard I don’t see any mails being sent.
I also disabled all other plugins, and even then mail is not sending…
So I’ve isolated the problem and it truly is within the Enfold contact form. Please tell what’s wrong and what can be done. It is really frustrating.
Regards,
Luuk
- This topic was modified 6 years ago by Luuk van Dongen. Reason: Changed the support password
November 5, 2018 at 11:16 am #1029840This reply has been marked as private.November 6, 2018 at 9:50 am #1030320I have the same problem with the Postmark service and Enfold contact form – waiting for a fix.
November 6, 2018 at 8:00 pm #1030547Some more research, another SMTP plugin also does not work with enfold contact form. Sending password recovery e-mails or test e-mails using the SMTP plugin work completely fine.
I also installed a mail logger. All mail (default WordPress user/password mail, test mail, Contact Form 7 mail) is being logged except for the Enfold contact form e-mails. It seems like the Enfold contact form is using the wrong PHP/Wordpress function to send mail.
Please provide some help… The Enfold contact form is actually broken.
November 6, 2018 at 11:57 pm #1030636Hi,
Can you please link us on your phpinfo file?
Best regards,
BasilisNovember 7, 2018 at 10:14 am #1030776Yes It’s included in the private box. Can you please tell me when you got the PHP info? I don’t like leaving it open on my website…
- This reply was modified 6 years ago by Luuk van Dongen.
November 8, 2018 at 3:57 pm #1031300Hi VanDongenOnline,
You can remove it. I have replied on your other thread https://kriesi.at/support/topic/happy-customer/ try to follow the instructions there first, then just reply here.
Regards,
NikkoNovember 8, 2018 at 4:02 pm #1031302Hi Nikko,
Thanks for the reply. Although I’m little disappointed by the late response and neglecting of the support ticket for almost a week.
I did a lot of debugging already and so far my conclusion is that the Enfold contact form is broken. All mail is sending, except for some Enfold contact forms. Installing another plugin means I have to replace close to a 50 forms… That’s no solution in my honest opinion.
I have created a staging version of the website as asked for in the other thread, details are in the private section.
Please stay in contact with me about this problem.
And if there is NO fix, PLEASE LET ME KNOW! Then I start swapping out all the contact forms. I want the forms to be sending mail before the weekend starts at least…. So if the enfold forms won’t be working by tomorrow then I rather start using CF7 or something.
It has taken enough money so far.
November 9, 2018 at 1:51 pm #1031656This reply has been marked as private.November 9, 2018 at 7:43 pm #1031768I am also experiencing the same issue … the Enfold form appears to submit and displays the “success” message but no email is delivered … spam folder checked as well and nothing.
Not sure if it is relevant, but the email address I’m using with the form is NOT the same as my WP admin address in Settings>General (which has never been changed from the default due to a known WP issue with that)
November 13, 2018 at 12:37 am #1032813I am also experiencing the same issue … the Enfold form appears to submit and displays the “success” message but no email is delivered … spam folder checked as well and nothing.
November 13, 2018 at 5:28 pm #1033075Hi.
I have managed to solve the problem by installing the SMTP Gmail plugin, now the contact forms of the same theme if they work.November 13, 2018 at 7:25 pm #1033105@2011apuchin, I tried different SMTP providers but it still doesn’t work. There is something broken inside the enfold forms themselves, since regular wordpress e-mails actually are sending when using a SMTP provider. It’s just some of the Enfold forms that don’t work…
@moderators, it’s been 11 days now, still no solution….
November 17, 2018 at 12:43 pm #1034720Hi,
It cant be that something is broken inside our forms, because they do work for other users.
So basically the problem is something on the server configuration.Best regards,
BasilisNovember 17, 2018 at 1:06 pm #1034723But how can be that sometimes the enfold contact form works and sometimes it doesn’t? What is configured wrong on the server? You have seen the PHP info file…
I tried to move the site to a completely different hosting environment, still the same problems… Normal forms (CF7 and default WordPress) are sending mail correctly. And sometimes the Enfold as well. I have a mail log plugin and it logs all the mail except for the ones trough the enfold form…
Please help
November 17, 2018 at 2:41 pm #1034731Okay for everyone having trouble: I did some more debugging and I finally found the error. Mind you, I use PostMark as a SMTP service so the answer might quite specific for the people using that service.
The enfold contact form uses the e-mail address that the user typed in as the “FROM” address when sending the mail (which is okay in most cases). But I need the FROM e-mail address to be the same as my domain ( (Email address hidden if logged out) ) otherwise my mail server won’t accept the e-mail as a verified sender.
I found the error when I tried filling in the contact form using a mail address that is the same as my domain and it worked. When I tried to fill it in using my gmail account it failed. I installed some more debugging tools and this was the error:
{“ErrorCode”:400,”Message”:”The ‘From’ address you supplied ( (Email address hidden if logged out) ) is not a Sender Signature on your account. Please add and confirm this address in order to be able to use it in the ‘From’ field of your messages.”}
So all e-mails must be sent under (Email address hidden if logged out) . How to do that? I found a global filter that can override the from e-mail address:
add_filter(‘avf_form_from’, ‘avia_change_from’, 99, 3);
function avia_change_from($from, $new_post, $params){
$from = (Email address hidden if logged out) ‘;
return $from;
}Any questions? Please feel free to ask!
Regards, Luuk
November 21, 2018 at 11:54 am #1035993Hi,
@VanDongenOnline: Thanks for the info. This might help as well:// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelJune 25, 2019 at 11:24 pm #1113402@vandongenonline which debug plugin did you use to see what went wrong? i’m having the same problem, but I still need my clients to receive a auto reply
June 26, 2019 at 8:57 am #1113529Hi Jillian,
If you are having problems with your site then please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.
Best regards,
RikardJune 26, 2019 at 9:01 am #1113532Hi Jillian,
This was a specific problem related to the Postmark plugin. That’s the one I use to send the e-mail. I didn’t use another debugging plugin for this purpose. There are some though that might be useful. You can try “WP Mail Logging” I use that one a lot.
Kind regards,
Luuk
October 10, 2019 at 2:11 am #1146709Hello, I have built a new website with ENFOLD and testing the contact form we see that we do not receive them in our inbox or in spam.
Reading and researching, I have installed the plugin: Gmail SMTP and something very strange happens, when they complete our forms and send them from cell phones, they sometimes arrive in our inbox without the client’s mail record, and sometimes it does not reach the tray.
I tried to put this snippet in the theme / child theme functions.php file.
function change_cf_from () {
return ” (Email address hidden if logged out) “;
}
add_filter (‘avf_form_from’, ‘change_cf_from’, 10);and there is a syntax problem.
I really need your help. I add access to facilitate your help.October 14, 2019 at 3:09 am #1147661Hi,
@2011apuchin, Sorry for the late reply I have taken a look at your site and tested your Google SMTP plugin from within the plugin settings. I found that the plugin automatically adds the correct email address to the email header from address, so there is no need to use the snippet above.
Then I tested your contact form and found that it didn’t send, after reading your plugins documentation and settings page I found that the email address used in the settings is part of the authorization needed to use the Google SMTP system. This is common for SMTP logins. I then tried your contact form again with the correct email address and it worked correctly.
I found that it works correctly using two email address if the first one is the authorization address, if you really need this.
Please see the Private Content area for the email details.Best regards,
MikeApril 22, 2020 at 1:39 pm #1206186Hi there,
I’ve tried the Contact Form 7 and it works perfectly sending me the email, but when I use the Enfold form it doesn’t send it. The odd thing is that it does send the email to the user to say that we’ve received their query! So, clearly it can send an email. It just doesn’t send me the one from the user.
In the private context I’ve provided a screenshot of the “Backend” settings in the Form. Also, you’ll see my login details if you need to have a quick look yourself.
Thanks so much!
GlennApril 25, 2020 at 10:36 am #1207035Please help if you can! :-)
April 25, 2020 at 12:00 pm #1207047Ahhh.. I’ve figured this out now! :-) You can close the ticket.
April 25, 2020 at 2:00 pm #1207058Hi,
Glad to hear you have this sorted out, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Enfold contact form not sending mail – other problems ruled out’ is closed to new replies.