Can anyone provide a solid walkthrough for this? I am trying to configure my smtp settings for my app using my own domain. I have set up my domain through GoDaddy's services. I am getting two kinds of errors when I try to save my settings.
First error: When I use port 587, I get the following error: SMTP Check Failed. Execution expired.
Second error: When I use port 465 (SSL port recommended by GoDaddy), I get the following error: SMTP Check Failed. End of file reached.
I'm not sure what I am doing wrong here. Here is how I've configured my settings:
- Username: myemail@mydomain.com
- Password: mypassword
- TLS: true
- SMTP Address: smtpout.secureserver.net
- Port: 465 or 587
- Domain: mydomain.com
- Authentication: login
- Set default sender: False
- Test Mode: False
I know these settings are correct. I have them configured this way on my iPhone and I am able to send and receive emails the the Mail app.