This repository was archived by the owner on Dec 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
e-mail not longer working #1584
Copy link
Copy link
Open
Labels
Description
Describe the bug
Hi,
I didn't notice it, but since a month or so, I don't get any e-mails from watchtower.
It used to work properly with
environment:
- WATCHTOWER_NOTIFICATIONS=email
- WATCHTOWER_NOTIFICATION_EMAIL_FROM=XXXX
- WATCHTOWER_NOTIFICATION_EMAIL_TO=XXX
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER=XXXX
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=465
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=XXXX
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=XXX
- WATCHTOWER_NOTIFICATION_EMAIL_DELAY=2I'm getting
level=error msg="Failed to send shoutrrr notification" error="error authenticating: 535 5.7.0 Incorrect username or password."
The credentials are still valid and work when trying this
docker run --rm -it containrrr/shoutrrr send -v "smtp://xxx:xxx@xxxx:465/?auth=Plain&encryption=Auto&fromaddress=xxx&fromname=Watchtower&starttls=No&subject=Watchtower_updates_on_xxx&toaddresses=xxx&usehtml=No" TestMessageSo I tried
environment:
- WATCHTOWER_NOTIFICATION_URL="smtp:/xxx:xxx@xxx:465/?auth=Plain&encryption=Auto&fromaddress=xxx&fromname=Watchtower&starttls=No&subject=Watchtower_updates_on_xxx&toaddresses=xxx&usehtml=No"and that fails too with the same error
What can I do in order to resolve this?
Many thanks in advance
Expected behavior
Sending e-mails as it used to be
Screenshots
No response
Environment
- Platform
- Architecture
- Docker Version Watchtower 1.5.3
Your logs
"Failed to send shoutrrr notification" error="error authenticating: 535 5.7.0 Incorrect username or password."
Additional context
No response