Import Workflows from Extreme Networks github site and can send email reports with some of them.
For example, there is a Workflow which provides a report via email of the Pilot and Navigator licenses for all devices in XIQ-SE.
There is a Workflow which can login to ERS switches and capture the serial number and email a CSV file.
You need to configure an SMTP email server and edit the NSJBoss.properties configuration file with some mail properties and then restart Netsight.
https://extremeportal.force.com/ExtrArticleDetail?an=000092528
https://extremeportal.force.com/ExtrArticleDetail?an=000081485
For TLS or STARTTLS…
mail.smtp.port=587 mail.smtp.auth=true mail.smtp.starttls.enable=true
I used Google’s SMTP Proxy to email to outside email addresses (smtp.gmail.com). I had to turn on “Allow Less Secure Apps” which is not ideal and might be disabled by Google soon.
Configure SMTP Server and login account under Administration>Options>SMTP Email.