Contact form not working

Home Forums Legacy Support Support queries Update Issues Contact form not working

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #34528
    fabioamv
    Spectator
    Since last update, contact form stop to working. I use Mymail Plugin for all messages: . Woocommerce works . Registration works . Touch point (students and instructors) works Well, everything goes fine, except form mail. Could you help me?  
    #34545
    fabioamv
    Spectator
    Hi, Just for test, I created a php file with bellow code and works fine as well. The same function structure used by vibe-shortcode... --------------------------------------------------------------------- <?php [email protected]'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: [email protected]' . "\r\n" . 'Reply-To: [email protected]' . "\r\n" . 'X-Mailer: PHP/' . phpversion();   mail($to, $subject, $message, $headers); ?>
    #34598
    Anshuman Sahu
    Keymaster
    We are using wordpress native wp_mail function in wplms and all its plugins for sending the emails. Can you please try installing the wp-mandrill plugin and check if the emails are going out of the system now? If yes then this would be your server issue and need to contact your webhost on this .
    #34668
    fabioamv
    Spectator
    Hi Alex, Mandrill has finished free services and will migrate all his users for Mailchimp plataform, so, I'll still using Amazon SES. But using same wp_mail script, as this one I sent to you, it works fine, and look, for all WPLMS plugins it works too, as others like woocommerce and Buddy, except for this shorcode FORM.
    #34849
    Anshuman Sahu
    Keymaster
    Okay please check your form shortcode . Check the email that you have provided in it is valid or not . refer : http://prntscr.com/acl4qu
    #34850
    Anshuman Sahu
    Keymaster
    Please also share admin credentials and url  of contact page to check this at your end . Ps : mark reply as private while sharing the credentials .
    #34983
    fabioamv
    Spectator
    Sure Alex, my login: educar-transformar pass: 7e)PRE^S#SzPZpTqFHrbu&kT Thanks.
    #35172
    fabioamv
    Spectator
    Sure, sorry. www.educaretransformar.com.br
    #35333
    Anshuman Sahu
    Keymaster
    Hi i checked your site . We are using wordpress core " wp_mail " function to send emails in the form shortcode and by running some coding tests simple wp_mail function with no header and static message and subject is also not sending any mail and is failing. we tried out this snippet : wp_mail( '[email protected]', 'my subject', 'my message'); We are not able to replicate the issue at our end  . Seems to be third party plugin conflict or it is a server issue . To check this you can deactivate third party plugins and contact your webhost on this . Note that wp_mail function uses simple php mail function .
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Contact form not working’ is closed to new replies.