mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: fail in SMTP notification service via Shoutrrr #306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pbodq2 on GitHub (Aug 30, 2023).
SMTP authentication fails in v2.5.0 onward but not v2.4.1
Is this urgent: No
DNS provider(s) you use: Cloudflare
Program version:
Running Docker images
v2.5.0
Digest:sha256:71322af80a53fbafa8106c2a111ba8f21e8f1c72d8df01282422e837ff616c39
latest built on Aug-8-2023
Digest:sha256:834268eaa69c802e51e9fa377074fc95ccf58201a2592126367b1a072369d7d7
What are you using to run the container: Synology DSM built Docker package v20.10.3
Extra information (optional)
Logs:
Both v2.4.1 and v2.5.0 are fresh download and created. Using the same SHOUTRRR_ADDRESSES as below, problem only occurs in v2.5.0. Now, I roll back to v2.4.1 and I can receive emails.
Under v2.5.0, no matter what protocals I tried, Gmail at port 587 still rejects my connection.
I explicitly run a Windows x64 exe which I downloaded from Shoutrrr site. The below address URI runs very well and I can receive emails.
Configuration file (remove your credentials!):
-e SHOUTRRR_ADDRESSES=smtp://sender@gmail.com:password@smtp.gmail.com:587/?from=sender@gmail.com&to=receiver@gmail.com
Host OS: Synology DSM 6.2.2-24922 Update 4
@qdm12 commented on GitHub (Jan 18, 2024):
Can you try pulling and running the latest image? Shoutrrr just got upgraded to v0.8.0 in commit e02880fe1f8b738d47cd2b52583d1e32d5d2d734 maybe this solves it for you? Otherwise I'm not too sure, since this error comes from the Shoutrrr library so it's rather hard to debug etc. and I don't really want to downgrade either 😢
@qdm12 commented on GitHub (Jun 16, 2024):
Closing this due to inactivity, and might be solved in the latest versions.