mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Mail notifications insist on using STARTTLS even if specifically opt out in setting #4159
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr#4159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @lucker999 on GitHub (Jan 27, 2025).
Is there an existing issue for this?
Current Behavior
Lidarr tries to send an email notification with STARTTLS connection even if I didn't specify to use it in settings.
Expected Behavior
If port 25 is specified and no tick marked in the field Require Encryption Lidarr should send email without auth and encryption. BTW, both Sonarr and Radarr send emails without any issues with the exact same settings.
Steps To Reproduce
I try to setup email notifications and I have entered credentials and mail server in Settings -> Connections -> Email without ticking Require Encryption (port 25). Since server is local and configured to accept emails from local network without auth, no encryption required. Alas, Lidarr trying to establish STARTTLS connection (I assume because server advertises such a possibility) despite the settings not to do so.
Installed on Debian 12 along with other *arr apps, run with systemd unit, no issue so far.
Environment
What branch are you running?
Master
Trace Logs?
Trace log:
https://gist.github.com/lucker999/4235df1d4ec357c5d5fc76f304446e09
Mail server logs:
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (Jan 27, 2025):
Likely due to needing https://github.com/Lidarr/Lidarr/issues/4494