When setting up Notification Delivery (SMTP) within Snow License Manager; customers are unable to receive the email. After verifying the following log location:
C:\Program Files\Snow Software\Logs\NotificationDelivery
Errors appearing referencing 'The server response was: 5.7.57 Client not authenticated to send mail'. Please see example below:
Snow License Manager 9.x
After running the PowerShell script (as administrator) below; it was clear that the issue was in regards to authentication with the Exchange/O365 portal.
$cred = Get-Credential -UserName accounttryingtosendfrom@snowsoftware.com -Message "Enater Password for account" $mailParams = @{ smtpServer = "smtp.office365.com" Port = '587' UseSSL=$true Credential = $cred From = "accounttryingtosendfrom@snowsoftware.com" To="accounttryingtosendto@snowsoftware.com" Subject = "SMTP Relay" Body="Message SMTP Relay" DeliveryNotificationOption='onFailure','OnSuccess' } Send-MailMessage @mailParams
*Note: Replace the following parameters: Username (line 1), From (line 8), To (9)
After running the PowerShell script (noted above) - it was evident that the issue was related to the exchange. Please ensure:
- That the details are correct within SMACC > Snow License Manager > System Core Settings > SMTP_*:
- Verify with your Exchange administrator the correct SMTP port.
- Verify with your Exchange administrator if you are using SSL or TLS for connectivity.
- Re-run the Powershell script above; if successful - then the issue should then be resolved.
The account did not have the correct authentication to send emails.
Related Articles
How To: Send Support a Snowpack 957Number of Views How To: Send Support my Snow Integration Manager (SIM) Aggregation 198Number of Views The server response was signed by a certificate which is no longer valid 5Number of Views What is the Meaning of Error Message SERVER-OUT: Failed to Send The Message? 28Number of Views Error "javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake" while sending Email Notification 35Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Revenera Assistant
Case id: 00001065
Activity: Status change: 2 hours ago