-
AuthorPosts
-
May 6, 2015 at 12:35 am #440063
I have intalled STMP and and the form looks like that works, but later messages never arrive..
May 6, 2015 at 3:27 pm #440358Have the same issue. With or without this plugin, when testing only one message out of ten may arrive. Don’t want to use Contact 7 plugin, as you guys advise in other posts, because won’t be able to customize to look like it looks on this page
http://ageimmune.com/daily-essentials/May 6, 2015 at 3:32 pm #440372Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Cheers!
YigitMay 6, 2015 at 3:55 pm #440402Yigit, thanks for your reply.
After careful review, it looks like like that only messages sent from “senders” with Hotmail and Gmail accounts have arrived. But nothing was received when used Yahoo accounts. Any thoughts? Any problem with built-in Contact Form?May 8, 2015 at 3:21 am #441337Hi!
Re-configure the yahoo SMTP settings accordingly: http://www.serversmtp.com/en/smtp-yahoo
Best regards,
IsmaelMay 8, 2015 at 4:35 am #441358Hi Ismael.
Perhaps I didn’t make myself clear in my comment. I meant when people indicate in the contact form that they have Gmail or Hotmail, those messages reach my email. Example, these will arrive:
http://ageimmune.com/wp-content/uploads/2015/05/Screen-Shot-2015-05-07-at-10.28.58-PM.png
http://ageimmune.com/wp-content/uploads/2015/05/Screen-Shot-2015-05-07-at-10.29.44-PM.pngWhen people indicate in the contact form that their email is from Yahoo, those messages are not received.
http://ageimmune.com/wp-content/uploads/2015/05/Screen-Shot-2015-05-07-at-10.31.01-PM.png- This reply was modified 9 years, 6 months ago by atlantchiropractic.
May 8, 2015 at 9:07 am #441447I have tried with contac form 7 and it works, but the point is that my email is from a server, but it is from gmail, yahoo or hotmail.
What can I do?
Thanks.
May 9, 2015 at 4:06 am #441844It seems that adding this works
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);May 9, 2015 at 4:30 am #441848Hi!
@atlant: Can you please confirm if the snippet works? It’s pretty difficult to catch the issue because it is server related. If you can contact your hosting provider, it will help a lot.
Cheers!
IsmaelMay 9, 2015 at 4:45 am #441853I does work. Before, Enfold contact form only sent messages from (xxx@gmal, xxx@hotmail, (Email address hidden if logged out) , (Email address hidden if logged out) ) , except (Email address hidden if logged out) and (Email address hidden if logged out) senders. I tried all variations. After adding this snippet to functions.php, the issue was resolved.
But there are two inconveniences. One is that all emails accumulated in one pool (since I am using gmail account for incoming emails) from one sender (Email address hidden if logged out) , so I have to click on each one to retrieve a message. Another, when you reply to the message, it’s sent back to (Email address hidden if logged out) instead of the sender. If copy and paste sender’s email, then you loose his body text.
I have Godaddy as a host provider. What exactly do you want me to ask when I call them?
Please, I want to resolve this issue ASAP. Don’t want to use Contact Form 7,because won’t be able to reproduce your layout.- This reply was modified 9 years, 6 months ago by atlantchiropractic.
May 13, 2015 at 7:49 am #443574Hi!
This is a common server-side issue unrelated to the theme, your hosting provider is allowing outgoing e-mails from that address only (” (Email address hidden if logged out) “). you’d need to ask them to lift this restriction.
Best regards,
JosueJune 2, 2015 at 6:58 pm #453318Hi
I have the same problem. The email forms does not work anymore. they did before. Maybe it is the latest WordPress and Enfold theme updates?I have also tried the “Forgot my password function in WordPress” to see if WordPress was able send emails, and it was. But from email forms nothing is sent out! I get the message that email is sent in the forms, but nothing happens.
Regards, Charlie
June 2, 2015 at 9:38 pm #453394Hey!
Sounds like a server restriction, only allowing e-mails from (Email address hidden if logged out) , add this to your child theme / theme functions.php:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);
Change accordingly.
Regards,
JosueJune 3, 2015 at 12:47 am #453441Hi Josue
I resolved that problem with Postman SMTP Plugin earlier today. So now i can use a Gmail address on my site.
So it’s probably server related. But thanks for that code snippet, i’m sure i can use it somewhere in future, i’m saving a lot of good and important tips for Enfold theme, because many of my clients use this theme for their site.Thanks
CharlieJune 3, 2015 at 12:51 am #453443Hey Charlie,
Glad you could sort it out, check the following for more useful snippets:
http://kriesi.at/documentation/enfold/code-snippets/Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.