Post run email notifications
- Last Updated: July 20, 2026
- 2 minute read
- Automate MFT
- Documentation
The Email Notification screen allows users to set up automated email alerts based on the outcome of a task run.
Notification triggers
- Successful: Send an email when the task completes successfully.
- Failed: Send an email if the task fails.
- No Transfers: Send an email if the task runs but no files are transferred.
Email server
- The default option is Application Default, a built-in email server option in Automate MFT, used for sending notification messages.
- If additional email server endpoints, such as an SMTP server, are configured, search for an email server or select an email server from the list. The list can be sorted by email server name or description. To add a new email server, click Add New Email Server. For more information about adding a new endpoint, see SMTP endpoint.
Recipients
Enter one or more email addresses, separated by commas. You can use macros to dynamically
determine recipient addresses at runtime. For example,
[Params:AlertEmail] uses the value of the AlertEmail parameter
as the recipient address when the task runs.
Subject
Enter a subject line for the notification email. You can use macros to insert dynamic task information. For example,
Notification from [TaskName] - Status: [TaskStatus]
Message body
- If you use Plain Text formatting, enter your message as regular text. No formatting or HTML tags are applied.
- If you select HTML as the message format, you must construct your
email using HTML tags directly in the message body.
- Supported HTML elements
Basic HTML elements are supported, including text formatting, links, images, tables, and lists. Supported tags include:
<h1>,<b>,<strong>,<i>,<em>,<span>,<ul>,<a href="">,<img src=""alt="">,<table> - RestrictionsSome HTML tags are considered a risk and are not permitted.
<!DOCTYPE>declarations are not allowed.<meta>tags are not supported.- No styles are allowed, including inline styles (e.g.,
style="...").
- Supported HTML elements