A PowerShell script can be used to test the SMTP configuration, with a PowerShell Command Window opened with administrative rights, these commands must be submitted:
$msolcred = get-credential
Send-MailMessage –From sender@domain.com –To receiver@domain.com –Subject “Test Email” –Body “Test SMTP Relay Service” -SmtpServer smtp.office365.com -Credential $msolcred -UseSsl -Port 587
If the email is received then the configuration is correct and it can be used in the console to configure the server.
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center