Hi,
I'm having problems configuring Office 365 SMTP relay in notification settings. Particular configuration values work well when tested from the same server via PowerShell:
Send-MailMessage -Body "Test" -From "[email protected]" -To "[email protected]" -Credential (Get-Credential) -SmtpServer "smtp.office365.com" -UseSsl $true -Port 587
and the message was received.
Is there any more granularity of logs, where I can find more information why "Connection failed" please? Notification delivery configuration looks as follows:
SMTP Delivery Mechanism: | Use SMTP relay server |
Sender Emal: | [email protected] |
Sender Name: | default |
HELO ident: | server_hostname (Office 365 SMTP relay does not require sender identity) |
SMTP Relay Server: | smtp.office365.com |
SMTP Relay SMTP Port: | 587 |
SMTP Relay Authentication: | Use Standard SMTP authentication |
SMTP Relay User: | [email protected] |
Use Encrypted Connection: | If Supported by server |
SSL Method: | Both 'SSL V2 or V3' or 'TLS V1' tested |
PRTG Version: 17.3.32.2339+ OS version: Windows Server 2016
Many thanks!
Add comment