SMTP Connection Difficulties #1324
Replies: 1 comment 5 replies
-
If you run it with
(this is from your posted docker-compose.yml, but with But the main problem is that the authentication mode that the outlook mail servers need is not supported by the go smtp library. I would suggest using another mail provider that is better aimed at this type of usage, like Sendgrid or Mailgun. Ref: #474 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run a docker instance on RPi which is email notification only. I'm presently trying a "@live.com" email without success. My most recent error message is:
time="2022-07-15T19:25:30-04:00" level=error msg="Failed to send shoutrrr notification" error="error getting SMTP client: error connecting to server: dial tcp :25: connect: connection refused" index=0 notify=no service=smtp
My docker compose is:
I've tried '=' and ':' for server and port and had no success either way.
I'd welcome any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions