I am using Meteobridge 3.1 (Aug 17 2016, build 10256) on a TP-Link TL-MR3020. It works wonderfully except I cannot get SMTP push services to work. My hosting provider is GoDaddy. After consulting with GoDaddy support, I have not made any progress. I have the server (smtpout.secureserver.net), port (3535), username (my email), and password correct. The authentication settings I have tried are as follows:
none
Code: Select all
msmtp: server message: 530 authentication required msmtp: could not send mail
This makes sense, as I know authentication is required by GoDaddy.
basic
Code: Select all
msmtp: cannot use a secure authentication method msmtp: could not send mail
This does not make sense; I would expect this authentication method to work but the error message does not seem clear.
tls or
starttls
Code: Select all
msmtp: the server does not support TLS via the STARTTLS command msmtp: could not send mail
This is not surprising, as GoDaddy states to use SSL on a different port...
If I try to use their given secure port (465) with any authentication
Code: Select all
msmtp: network read error: the operation timed out msmtp: could not send mail
If I attempt to reach the server via telnet:465, it works, so not sure why Meteobridge cannot reach it.
I had also tried this on a previous Meteobridge release (August 9 I believe) with the same results. Any help would be appreciated. Thanks!
-Mike