Hello All,
I have a old 2008 Server with 2017 NPM that sends alerts just fine. I created a new 2019 server, installed 2020_2.4, and then configured my SMTP server in the Orion configuration. Test email worked there no problem,, and I received the email. Any of my alerts though, when choosing the option to Execute, I get this error for one of them. I was asked by support to run a powershell command to test sending mail to and from the same address I used in the SMTP server config, and it failed. I'm baffled. Please see attachment. Is there another component I need to install on the Microsoft side to get this to send? 2008 seemed to work fine.
When trying to send email manually in powershell I get this back
send-mailmessage : Error in processing. The server response was: 5.7.3 STARTTLS is required to send mail [MN2PR14CA0012.namprd14.prod.outlook.com] At line:1 char:1 + send-mailmessage -to "housej@phsc.edu" -from "netrelay@phsc.edu" -sub ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.Mail.SmtpClient:SmtpClient) [Send-MailMessage], SmtpExcept ion + FullyQualifiedErrorId : SmtpException,Microsoft.PowerShell.Commands.SendMailMessage
Thanks in advance