Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #283123

    Hello,

    The contact form does not seem to be working for me on any of my pages. Once the contact form is filled in, it sends the auto-reply but does not send the message to the receiving email address.

    I use microsoft exchange and the emails work fine. I have upgraded to the latest ENFOLD version.

    Can you please advise?

    Thanks,
    W

    #283283

    Hi!

    Try this plugin just to discard if the issue is theme-related or not:
    https://wordpress.org/plugins/contact-form-7/

    Best regards,
    Josue

    #283308

    Thanks.

    I installed the plugin, created a for but still does not work.

    Thanks,
    W

    • This reply was modified 9 years, 10 months ago by Walrus11.
    #283311
    This reply has been marked as private.
    #283331

    That discard any problem with the theme. Have you tried using a gmail/yahoo recipient? maybe is something with the address you are using right now.

    Best regards,
    Josue

    #284201

    I tried with hotmail and the form works fine. It looks like microsoft exchange has an issue with script type emails. I’m contacting them now and will post the solution / workaround soon.

    Thanks for the support and direction.
    W

    #284232

    You are welcome, we looking forward to hearing from you :)

    Regards,

    Josue

    #367352

    Hi, I’m sort of having the same problem. The contact form sends the e-mail correctly when I address it to my gmail. But when using our own domain, it doesn’t work.

    Any ideas on this issue?

    #367672

    Hey!

    Have you tried using the Contact Form 7 plugin? If it still doesn’t work with the plugin then it has something to do with the email configuration. Please contact your hosting provider.

    Regards,
    Ismael

    #398743

    Hi Ismael,

    I am also having this issue, can you advise as to what we should be asking our hosting provider about in terms of using the built in wordpress contact form builder that comes with MCE? or using the ENFOLD contact form if they are not sending emails?

    I am using google apps for email services, please let me know what I need to be verifying from my hosting company.

    thanks awesome makers of ENFOLD ~!

    ENB..//

    #398803

    Hey!

    Have you tried using Contact Form 7 plugin Josue recommended here – https://kriesi.at/support/topic/enfold-contact-form-not-sending-emails/#post-283283

    Cheers!
    Yigit

    #404857

    Hi,

    I am having the same issues with contact forms on my site. I have tried both Enfold’s native contact form shortcode and Contact Form 7. I have also changed the email address receiving the forms to a Gmail address instead of an Exchange account.

    However, neither Enfold’s native contact form nor Contact Form 7 is working on published pages. I create pages, test them in preview mode, and get the forms to work. But when I publish the pages, the forms stop working.

    Could you please let me know what might be happening?

    • This reply was modified 9 years, 2 months ago by Erich617.
    #404879

    @erich617, try the following: attempt to recover your password at the wp-login.php page and check if you get the recovery mail message.

    Best regards,
    Josue

    #404886

    I did that and received the recovery mail message.

    #404901

    Good, now add this at the very end of your theme / child theme functions.php file:

    function change_cf_from() {
    	return "wordpress@YOURWEBSITE.com";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);
    

    Then make another test with the Enfold form.

    Cheers!
    Josue

    #405272

    I did that, and it is still not working. The Message Sent Label is not appearing, and the form results are not being emailed.

    #405281

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #405283
    This reply has been marked as private.
    #405392

    Hi, I am having the same problem as above – the emails are not being received when sent to an email address as the same domain as the website. I am receiving them when I test with a different email.

    #405425

    Hey!

    Try increasing the memory allocated to PHP to at least 128M (currently 40M):
    http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Regards,
    Josue

    #405476

    I have done that, but the form still does not seem to be working.

    #405545

    Hey!

    It’s very strange that the server allows you to send messages from the WP recovery but not from the forms, normally forcing the “from” value to (Email address hidden if logged out) does the fix but this doesn’t seems to be case, as a final discardment try running this PHP mail test:
    https://www.conetix.com.au/support/article/simple-php-mail-test

    If that doesn’t goes through please contact your hosting support.

    Regards,
    Josue

    #406771

    I have absolutely no clue how to run that test. The “instructions” make no sense to me.

    #406879

    Hi,

    Hand me a FTP account via private reply.

    Regards,
    Josue

    #439224

    So yeah… I’m having this problem too.

    I sent a testmail with the “Check Email” plugin and WordPress is able to send emails to the domain emailaddresses, but the Enfold contact forms aren’t sending anything.

    Wordpress 4.2.1
    Enfold 3.1.3

    #439227

    Hi @xepyonx!

    Did you try this snippet (in functions.php)?

    function change_cf_from() {
    	return "wordpress@YOURWEBSITE.com";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);

    Regards,
    Josue

    • This reply was modified 9 years ago by Josue.
    #439232

    It works now, but this sets the sender to always be ” (Email address hidden if logged out) ” now; I need the sender to be the client email address :|

    #439253

    Hi!

    That’s a server limitation, they are only allowing outgoing emails to be from that address.

    Regards,
    Josue

    #439262

    Thanks for the help! Stupid hostingprovider… :(

Viewing 29 posts - 1 through 29 (of 29 total)
  • The topic ‘Enfold Contact Form Not Sending Emails’ is closed to new replies.