WPIntell

Source evidence

Email is no longer working on my website

Contact Form Clean and Simple · support · 2024-05-12T05:26:00+00:00

mixedsentiment
highseverity
0.95relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 27 rows with source links

25.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
BDSDallas resolved
No telling how long it has not worked. A prospective client called and told me its not working. The wordpress program is up to data, the plugins are all up to date. Email worked last time I tested in 5 or 6 months ago when I added captcha When trying to send an email after hitting send this notice comes up. “Sorry, there has been a problem and your message was not sent.” This topic was modified 2 years ago by BDSDallas . The page I need help with: [ log in to see the link] I just installed a WP smtp plugin that my host recommended but so it hasnt fixed the contact form issue The message you describe comes from the plugin trying the standard wordpress function wp_mail() There really canonly be two reasons why this doesn’t work 1. the whole site’s wp_mail() is not working, this canhappen when hosts disatable the defaultPHPmailer or you install and incorrectly configure an add email plugin like SMTP this is easy to check, simply go to you admin login screenand request a password reset,you should get an email with a password reset link. If you don’t then there is a general issue and that is outside of the support I can provide for the plugin. 2. the ‘input’ to the wp_mail() function from the plugin is some how invalid. https://developer.wordpress.org/reference/functions/wp_mail/ in reality I have only ever found this fail when the From email is corrupted some way, so if step 1 is OK, the first thing I recommend is revisit the plugin settings and manually retype the from email. wp_mail itself does not by default log any useful diagnostics, but if you are not able to resolve by either step 1 or 2 above I will provide some extra debug code for you. The issue was resolved. My host support person I spoke with last night told me I didn’t need to add my SMTP name and the password in the newly installed plugin but another web host support person I spoke with tonight told me I did need to include the name and password to the plugin so I did and the email is now back working. This reply was modified 2 years ago by BDSDallas .

Comments

3 shown
BDSDallas 2024-05-12T06:31:00+00:00

I just installed a WP smtp plugin that my host recommended but so it hasnt fixed the contact form issue

Alan Fuller 2024-05-12T07:43:00+00:00

The message you describe comes from the plugin trying the standard wordpress function wp_mail() There really canonly be two reasons why this doesn’t work 1. the whole site’s wp_mail() is not working, this canhappen when hosts disatable the defaultPHPmailer or you install and incorrectly configure an add email plugin like SMTP this is easy to check, simply go to you admin login screenand request a password reset,you should get an email with a password reset link. If you don’t then there is a general issue and that is outside of the support I can provide for the plugin. 2. the ‘input’ to the wp_mail() function from the plugin is some how invalid. https://developer.wordpress.org/reference/functions/wp_mail/ in reality I have only ever found this fail when the From email is corrupted some way, so if step 1 is OK, the first thing I recommend is revisit the plugin settings and manually retype the from email. wp_mail itself does not by default log any useful diagnostics, but if you are not able to resolve by either step 1 or 2 above I will provide some extra debug code for you.

BDSDallas 2024-05-13T03:21:00+00:00

The issue was resolved. My host support person I spoke with last night told me I didn’t need to add my SMTP name and the password in the newly installed plugin but another web host support person I spoke with tonight told me I did need to include the name and password to the plugin so I did and the email is now back working. This reply was modified 2 years ago by BDSDallas .