GrumpyToaster
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form with Mailman] unexpexted error occurredArrayExcellent!! I’m happy to hear it’s working for you now. I’ll have a look at adding a captcha in the next version. Thanks for the suggestion.
Jeff
Forum: Plugins
In reply to: [Contact Form with Mailman] unexpexted error occurredArrayHi Rick, I just pushed a new update for the plugin. Let me know if that fixes the issue.
Jeff
Forum: Plugins
In reply to: [Contact Form with Mailman] unexpexted error occurredArrayHi Rick, sorry it took me a few days to get on here. The message “An unexpected error occurred” happens after the form is submitted. What is happening in the background is the plugin is using the wp_mail() function to send out a thank you email.
// If email has been process for sending, display a success message if ( wp_mail( $to, $subject, $message, $headers ) ) { echo '<div>'; echo '<p>Thanks for contacting me, expect a response soon.</p>'; echo '</div>'; } else { echo 'An unexpected error occurred'; }I would recommend you have a look at your WordPress install and make sure it is able to send out emails. I would also recommend you have a look at the PHP error logs on the server. It’s possible wp_mail() could be failing because of the mail not functioning correctly on the server.
You may want to check out this plugin: https://ww.wp.xz.cn/plugins/easy-wp-smtp/ It may help.
I’m going to update the plugin and give that error a more descriptive message.
Thanks,
Jeff
Forum: Plugins
In reply to: Plugin requests response?Geez… now I find the link with the info I was looking for…
https://ww.wp.xz.cn/plugins/about/faq/
Thanks anyway.