Home › Forums › Legacy Support › Support queries › Update Issues › Contact form not working
- This topic has 8 replies, 2 voices, and was last updated 8 years, 8 months ago by Anshuman Sahu.
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
March 7, 2016 at 4:35 am #34528fabioamvSpectatorSince 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?March 7, 2016 at 5:49 am #34545fabioamvSpectatorHi, 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); ?>March 7, 2016 at 7:53 am #34598Anshuman SahuKeymasterWe 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 .March 7, 2016 at 12:14 pm #34668fabioamvSpectatorHi 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.March 8, 2016 at 6:22 am #34849Anshuman SahuKeymasterOkay please check your form shortcode . Check the email that you have provided in it is valid or not . refer : http://prntscr.com/acl4quMarch 8, 2016 at 6:28 am #34850Anshuman SahuKeymasterPlease also share admin credentials and url of contact page to check this at your end . Ps : mark reply as private while sharing the credentials .March 8, 2016 at 1:37 pm #34983fabioamvSpectatorSure Alex, my login: educar-transformar pass: 7e)PRE^S#SzPZpTqFHrbu&kT Thanks.March 9, 2016 at 10:45 am #35172fabioamvSpectatorSure, sorry. www.educaretransformar.com.brMarch 10, 2016 at 6:41 am #35333Anshuman SahuKeymasterHi 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 .
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘Contact form not working’ is closed to new replies.