This app provides the ability to send email using SMTP
Supported Actions
test connectivity: Validate the asset configuration for connectivity. This action logs into the device and sends a test email to check the connection and credentials
send email: Sends an email
send rawemail: Takes a fully specified email and sends it unmodified to the smtp server. Sender and Recipient(s) will be extracted from message headers; Suggest using the standard email package to build message and export with the .as_string() method
send htmlemail: Sends a html email with optional text rendering. Attachments are allowed a Content-ID tag for reference within the html