SMTP sucks on concrete5
Permalink
Hi,
Sorry for making new topic , but i tried everything and yet Smtp is not working in Concrete 5.7 . Its a hurdle that i am not able to solve and i need it . On top of it 5.7 is not saving any log as well :O
Any one similar trouble and solved .. gmail or third email provider as relay , please do share .
thankx
Sorry for making new topic , but i tried everything and yet Smtp is not working in Concrete 5.7 . Its a hurdle that i am not able to solve and i need it . On top of it 5.7 is not saving any log as well :O
Any one similar trouble and solved .. gmail or third email provider as relay , please do share .
thankx
Hey,
Thank you for reply.
So far my settings are exactly same as you said . And 5.7 is not logging anything that i can post.
I have tried google, yahoo, live as well as 1&1 none worked so far .
Thank you for reply.
So far my settings are exactly same as you said . And 5.7 is not logging anything that i can post.
I have tried google, yahoo, live as well as 1&1 none worked so far .
ME MY WORK PROPERLY
ME MY WORK PROPERLY
Are you using the email test function in the dashboard?
When mine wasn't working because of putting in the wrong settings, I had red error messages that gave me clues to why. See attached for an example.
When mine wasn't working because of putting in the wrong settings, I had red error messages that gave me clues to why. See attached for an example.
It is working properly!
BTW. You need to take the proper domain-smtp-server! Eg. yourdomain.com would NOT work with smtp.otherdomain.com
BTW. You need to take the proper domain-smtp-server! Eg. yourdomain.com would NOT work with smtp.otherdomain.com
Sorry to hear you're having troubles getting this to work. I know that there were some bugs in earlier versions of 5.7 which would cause those SMTP settings to not actually save, and I think there were some other bugs that would cause certain types of emails to not send out properly.
If you provide your version of Concrete5 I can check and see if you might be affected by one of those bugs. You could upgrade your site to the latest stable version as well and see if that fixes it.
Edit: The bug I was referring to looks like it might have been fixed in 5.7.1.1 (https://github.com/concrete5/concrete5-5.7.0/issues/1380)
If you provide your version of Concrete5 I can check and see if you might be affected by one of those bugs. You could upgrade your site to the latest stable version as well and see if that fixes it.
Edit: The bug I was referring to looks like it might have been fixed in 5.7.1.1 (https://github.com/concrete5/concrete5-5.7.0/issues/1380)
Hey,
I am using Version - 5.7.3.1 , should be latest stable version . Will try later again . Yes basically i am using dashboard Send Message test for smtp .
I am using Version - 5.7.3.1 , should be latest stable version . Will try later again . Yes basically i am using dashboard Send Message test for smtp .
Hello,
I'm having the exact same problem.
Version - 5.7.5.6
Email test fail using default PHP mail function and external SMTP configuration.
In addition, no logs to display the fail email testing.
I'm having the exact same problem.
Version - 5.7.5.6
Email test fail using default PHP mail function and external SMTP configuration.
In addition, no logs to display the fail email testing.
Hiya, My settings won't save. Even though it says so, it pops back to the default PHP mail function. :( How is this solvable?
Using Version 5.7.5.9
Using Version 5.7.5.9
Did you ever sort this out? I'm having the same issue. Thanks.
No,
I installed different SMTP framework and used it :(
I installed different SMTP framework and used it :(
Damn. Thanks for the reply.
I had a similar problem. I have email in zoho.com. The problem was in FROM email. Concrete5 tried sent email as concrete5-noreply@concrete - not as logged smtp user.
For google I put in:
- smtp.gmail.com
- my google email address
- my google password
- turned SSL on
- put in 465 as the port (leaving it blank didn't work)
However, that didn't work immedaitely, a test would throw some sort of error about needing to log in via the web interface. I had to go to:https://www.google.com/settings/security/lesssecureapps... and enable the less secures options there.
With our business SMTP server, I also had to put in the 465 as the port, as well as use the proper secure address to the server (one with a valid SSL cert), but that's nothing special.
So if you are having problems my advice would be to check ports, and check they aren't being blocked on a server level.
It might else help that you paste in what error messages you are getting in return when you use the email test option in the dashboard.