Email notification setup
-
I did that already with the same result ... then I tried STARTTLS & 587.
-
Hi!,
Are you able to "ping" the server from the command line?
You should see the output like below
# ping smtp.gmail.com PING gmail-smtp-msa.l.google.com (108.177.126.108) 56(84) bytes of data. 64 bytes from 108.177.126.108: icmp_seq=1 ttl=44 time=13.4 ms 64 bytes from 108.177.126.108: icmp_seq=2 ttl=44 time=15.7 ms 64 bytes from 108.177.126.108: icmp_seq=3 ttl=44 time=104 ms 64 bytes from 108.177.126.108: icmp_seq=4 ttl=44 time=73.2 ms 64 bytes from 108.177.126.108: icmp_seq=5 ttl=44 time=41.1 ms 64 bytes from 108.177.126.108: icmp_seq=6 ttl=44 time=37.7 ms 64 bytes from 108.177.126.108: icmp_seq=7 ttl=44 time=50.8 ms ^C --- gmail-smtp-msa.l.google.com ping statistics --- 7 packets transmitted, 7 received, 0% packet loss, time 6009ms rtt min/avg/max/mdev = 13.407/48.175/104.992/29.960 ms
Can you check if there are no spaces in the servername field in mycontroller itself?
Port 587 is the TLS port, try to disable SSL and use port 25
does that work? -
Yes, seems I am able to ping the server:
-
okay that is good so we know we can at least connect to the server.
How about disable SSL and use port 25? does that work?
-
same error:
-
One more thing to note, perhaps it helps: I am using Domoticz in parallel and I can send email notifications from Domoticz, the following does work:
-
@iahim67 can you investigate on network response?
right click on MyController page, select
Inspect
also check mycontrollor.log is there any error? -
I get this:
-
Did this get resolved? I am having the same issue now.
-
@skywatch I do not see any issue with email setup. Are you getting 400? can you post mycontroller.log when you perform this action?
-
@jkandasa THanks - The pi mycontroller is running on has ssmtp installed and this works for sending cron messages etc.
I tried to ping my isp mail server with no response (but also got no response from a win10 machine either) yet mails are working as far as I can tell.
I have to get Mum from the hospital now so will try again later when I have time. -
@skywatch Emails working fine for me now