March 17, 2022 at 2:46 pm
Expensive,
After installing SQL SERVER 2016 SP3, my DB server no longer sends emails. I have some job that notifies me and this is not happening anymore.
I'm using SQL SERVER 2016 ENTERPRISE SP3.
Database Mail Log error message: The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2022-03-17T11:25:47). Exception Message: Cannot send mails to mail server. (Failure sending mail.).
The result of the SQL query below shows correct result.
SELECT * FROM msdb.sys.service_queues WHERE name = N'ExternalMailQueue'
SQL Agent Alert System is enabled.
Our email account is Office 365. Testing of sending email with the account works.
Remembering, it stopped working after I updated to SP3. Help?
March 17, 2022 at 4:08 pm
Is .NET 3.5 installed?
Take a look at these for diagnosis/related workarounds:
https://joeydantoni.com/2016/07/27/sql-server-2016-database-mail-not-working/
March 18, 2022 at 4:57 pm
Ratbak,
Thanks for your interest in helping. I have already performed the steps above, but without success.
I have some servers and they are all having the same problem (DB server and Reports). I don't know what to think anymore.
Reinstalling at least 3 servers is a lot of work. Thinking of uninstalling SP3? Will I succeed?
Thank you very much in advance!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply