SFTPPlus can be configured to send email notifications based on the events generated during runtime.
The components required for this mechanism are:
- A Resource to act as an Email Client
- An Event Handler to trigger an Email Notification
SFTPPlus does not act as an SMTP server. It formulates outgoing emails as though they were coming from an email client. Access to an SMTP server is necessary. You may use any email service available on your network (public or private). You may use anonymous SMTP, or a preexisting account on that server/service. A local or private SMTP server may also be used.
Once the Resource and Event Handler are configured, the body of any email sent will consist of a JSON object for the event that triggered the email. The recipient(s) and subject line of the email are configurable items.