About a month ago I stopped receiving notifications for completed downloads. I went into the settings and tested the email and it says failed to authenticate server. I haven't changed any settings. I was using an outlook address and I thought maybe it was due to their recent security changes that were made. So I created a yahoo mail account, for that one it said no suitable authentication method. So then I used a gmail account, it too can't authenticate. My passwords and usernames are correct and SMTP settings are smtp-mail.outlook, smtp.mail.yahoo, and smtp.gmail (all 3 have a dot com but I can't post links). I've also tried a variation on all 3 with an :587 for the port. The only other thing I've tried for google is to enable POP. I have no antivirus or firewall other than whatever is loaded with win 11.
Has anyone else run into this issue? Seems odd that it just stopped working and no other email server will work either.
Thanks.
Mail Notification Fails
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Mail Notification Fails
Maybe your outgoing (Windows?) firewall?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Mail Notification Fails
Could be. Odd it would just stop working after it's work for years. Any suggestions as to what settings I can change?
Re: Mail Notification Fails
> I thought maybe it was due to their recent security changes that were made.
Indeed. The Big Mail Providers take all kinds of measures against (possible) spam. So mailing via them with your own client (like SABnzbd) is more and more difficult.
You could try to debug it, but easier: send mail via your ISP's smart mail host (SMTP server). Your ISP knows you (your login) and your IP address, so is less strict. Start with your own ISP provided mail address both as Email Recipient and Email Sender.
I just tried with my ISPs smart host, and SAB's mail notification even works without authentication. Handy!
Ignore this (very technical):
From the header in the mail
Received: from [127.0.1.1] (unknown [100.64.193.167]) by mail.blabla.net (Postfix) with ESMTP for
... nice: my own unique CGNAT IP address. So my ISP knows already who I am based on IP, so no need for difficult autentication.
Indeed. The Big Mail Providers take all kinds of measures against (possible) spam. So mailing via them with your own client (like SABnzbd) is more and more difficult.
You could try to debug it, but easier: send mail via your ISP's smart mail host (SMTP server). Your ISP knows you (your login) and your IP address, so is less strict. Start with your own ISP provided mail address both as Email Recipient and Email Sender.
I just tried with my ISPs smart host, and SAB's mail notification even works without authentication. Handy!
Ignore this (very technical):
From the header in the mail
Received: from [127.0.1.1] (unknown [100.64.193.167]) by mail.blabla.net (Postfix) with ESMTP for
... nice: my own unique CGNAT IP address. So my ISP knows already who I am based on IP, so no need for difficult autentication.
Re: Mail Notification Fails
What you are seeing is the result of several very large corporations (most notably google and microsoft) denying the use of well-established email standards, to force people deeper into their own software and cloud ecosystems. They're selling this as "moving forward" from "outdated standards" to what their marketing dept. calls "modern authentication", all under the guise of improving security. The day they started enforcing this, is the day your perfectly fine setup stopped working. It wasn't you or sabnzbd's program code doing something wrong.
As Sander mentioned, the easiest way out of that mess is to route notification mails through some service (like your own ISP's) that allows relaying outgoing mail based on your IP address (often with no authentication needed at all) or continues to accept username/password auth (pretty much everyone except "big tech"). Depending on where you send these notifications, you may have to adjust the sender address to prevent email getting rejected over that.
Re: Mail Notification Fails
@jroyale ... solved?
Re: Mail Notification Fails
Yes, and apologies for not getting back to you sooner. I thought I had notifications set to send me emails on new replies. I tried sander's suggestion and it worked. I'm a little embarrassed I hadn't thought of it but I've never used my ISP's email nor did I even think about having one it's been so long. Thanks so much gang...it was driving me a little nuts.