Mithlesh Posted November 7, 2019 Share Posted November 7, 2019 Hi there, My form is not getting submitted, it is showing: Unable to verify successful email delivery of this form submission. Attaching for your reference as well: In the Backend, it is showing Connection timed out with smtp.gmail.com Pl guide me how to resolve that 1 Link to comment Share on other sites More sharing options...
Mithlesh Posted November 7, 2019 Author Share Posted November 7, 2019 Hi @3fingers, can you help me for the same? Link to comment Share on other sites More sharing options...
3fingers Posted November 7, 2019 Share Posted November 7, 2019 2 minutes ago, Mithlesh said: Hi @3fingers, can you help me for the same? Please consider contextualize a bit more your situation, post some code. Are you using gmail as a service to send your email? Have you allowed then "unsafe" apps to use their smtp for that? Lot of things to consider. Link to comment Share on other sites More sharing options...
Mithlesh Posted November 7, 2019 Author Share Posted November 7, 2019 (edited) @3fingers Yeah, we are using gmail(smtp.gmail.com) and processwire is showing the below: I have checked Test settings function, it's showing SMTP settings appear to work properly. Also, attaching the code's doc for your reference(module code) named: WireMailSmtp.module WireMailSmtp.module Edited November 7, 2019 by Mithlesh Forgot to attach the code Link to comment Share on other sites More sharing options...
Mithlesh Posted November 7, 2019 Author Share Posted November 7, 2019 @horst @dragan @wbmnfktr @3fingers: Request you all to look above and give me a solution please ASAP Link to comment Share on other sites More sharing options...
wbmnfktr Posted November 7, 2019 Share Posted November 7, 2019 Your last screenshot says it's working. So... what's the (new) issue now? P.S.: there is no need for ASAP. 2 Link to comment Share on other sites More sharing options...
Mithlesh Posted November 7, 2019 Author Share Posted November 7, 2019 6 minutes ago, wbmnfktr said: Your last screenshot says it's working. So... what's the (new) issue now? P.S.: there is no need for ASAP. Okay ? So, module settings is showing fine but when someone is trying to fill the form on the website(www.writerrelocations.com), it is like: Unable to verify successful email delivery of this form submission Link to comment Share on other sites More sharing options...
3fingers Posted November 7, 2019 Share Posted November 7, 2019 You should give this a try: https://processwire.com/talk/topic/5704-wiremailsmtp/?do=findComment&comment=191580 And also this (might be related to your hosting company not allowing 3rd party smtp services, like google, to send mail): https://processwire.com/talk/topic/5704-wiremailsmtp/?do=findComment&comment=162368 2 Link to comment Share on other sites More sharing options...
Mithlesh Posted November 7, 2019 Author Share Posted November 7, 2019 17 minutes ago, 3fingers said: You should give this a try: https://processwire.com/talk/topic/5704-wiremailsmtp/?do=findComment&comment=191580 So, you are trying to say that I should enable Allow less secure apps settings in the gmail account? Pl correct me if I am wrong? Link to comment Share on other sites More sharing options...
Gideon So Posted November 8, 2019 Share Posted November 8, 2019 Hi @Mithlesh, Obviously It is nothing wrong with the WiresMailSmtp. There is some error about the submission of the form. Please provide code about how your form constructed and the code about how you manage the form submit. Then we can give you some useful hints. Gideon 1 Link to comment Share on other sites More sharing options...
wbmnfktr Posted November 8, 2019 Share Posted November 8, 2019 If you are using FormBuilder you might want to take a look at the FormBuilder section of this forum as well. There are many solutions to all kinds of issues. I your case - but that is just a guess - it seems either your hosting is issues sending the mail (security modules in Apache maybe or missing modules) or your form wasn't embedded in the correct way. Saw this a few times when I added the form twice on a page or missed some scripts. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now