When scheduled reports are configured for email delivery in Snow License Manager (SLM), the export may fail with the following error in the Report Exporter Service logs:
System.Net.Mail.SmtpException: Failure sending mail.
System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.
This indicates the SMTP server closed the connection unexpectedly during the send attempt.
This issue is commonly caused by one or more of the following:
- Incorrect SMTP Configuration: Wrong sender/recipient format or missing authentication credentials.
- SMTP Server Policies: Security rules or authentication requirements not met.
- Network Restrictions: Firewall or antivirus blocking SMTP traffic.
- Authentication Issues: Existing scripts lacked proper username/password authentication.
- Environmental Factors: Zero Trust or security policies interfering with SMTP communication.
- Validate configuration in SMACC
Verify the following settings are correct:
-
- SMTP server hostname or IP address
- Port number
- TLS/SSL enabled or disabled according to server requirements
- Correct sender email address format
- Valid authentication credentials (username + password)
- Test external SMTP connectivity
Use a simple authenticated test with a known working account. Examples:
PowerShell
Send-MailMessage -From "user@example.com" -To "recipient@example.com" -Subject "SMTP Test" -Body "Test" -SmtpServer "smtp.example.com" -Port 587 -UseSsl -Credential (Get-Credential)
curl
curl --url "smtp://smtp.example.com:587" \
--ssl-reqd \
--mail-from "user@example.com" \
--mail-rcpt "recipient@example.com" \
--upload-file email.txt \
--user "user@example.com:password"
If basic tests fail, collect SMTP server logs for detailed errors.
- Review SMTP server policies
-
- Ensure sender address is allowed to relay email
- Confirm authentication method is supported (e.g., no anonymous send)
- Check for syntax and illegal command sequence issues, such as:
- 500 syntax error
- 503 illegal command sequence
These indicate policy or security requirements are not satisfied.
- Check network/Security controls
-
- Verify no firewall, proxy, or antivirus product is terminating SMTP traffic
- If Zero Trust or email security scanning is enabled, safelist the beacon/report exporter server
Involve the network/security team to review logs for dropped connections. If connectivity and configuration are correct, involve the SMTP server administrator for deeper analysis.
- Optional: Handle large reports
If errors occur only for large scheduled reports:
-
- Reduce report size, or
- Request an increased maximum message size on the SMTP server
Once SMTP configuration and network communication are correctly aligned, scheduled reports export successfully and emails are delivered without connection errors.
Related Articles
Known Issue: Software license Consumption tab may fail to load with red bar error, and error in webui.log: "Violation of P… 31Number of Views Understanding Snow License Manager Windows Server License Calculations - An Example 87Number of Views Snow License Manager: How to look for duplicates 179Number of Views How to: Check logs for Scheduled reports in Snow license Manager 46Number of Views Snow License Manager: Accessing Subscription plans tab causes error 7Number 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. | |
Case id: 00001065
Activity: Status change: 2 hours ago