So I have an application deployed and now im trying to set up my SMTP settings so that emails are send from the application. So far I have no luck no matter if im using mail on that exact hosting or google one.
Can you please help me with that?
Solved! Go to Solution.
GoDaddy blocks connections to external servers on everything but port 80 for security reasons. You have to use cPanel's built in mail agent.
The only setting that works in cPanel is:
Server: localhost
Port: 25
SSL: none
no login authentication
Only port I could get to work with mine was 465 , did you try this one with the right credentials ?
GoDaddy blocks connections to external servers on everything but port 80 for security reasons. You have to use cPanel's built in mail agent.
The only setting that works in cPanel is:
Server: localhost
Port: 25
SSL: none
no login authentication
Thanks a lot!!! You saved me literally. Its really not making sense for me having all the SSL options and ext. and can not use them for my app but yes we can not argue with the provider.
Again thanks a lot 🙂