Email Received (SMTP)

The Email Received (SMTP) trigger allows you to configure email addresses to receive messages from SMTP email clients, and send the email data to FME Server as JSON.

The Email Received (SMTP) trigger has two output ports. The success port () can send a message if the trigger receives successfully. The failure port (x) can send a message if the trigger fails to receive.

To use the Email Received (SMTP) trigger, you must first make sure your FME Server is properly configured to receive email. For more information seeConfiguring FME Server to Receive Email.

Note: ">Note:The Email Received (SMTP) trigger is not supported in afault tolerantinstallation of FME Server. Consider using theEmail Received (IMAP)trigger instead.

Parameters

Note: ">Note:See alsoWorking with Parameters in Automations Workflows.

Tip:To test that your parameters work as expected, clickValidate.

  1. Email User Name:
    • To email FME Server directly, enter the user account name to receive the email on the FME Server host system. For example, if the FME Server host name is services.internal, and the email address is user@services.internal, enteruser.
    • To email a separate server that relays the email to FME Server, enter the user name of the email address on the email server. For example, if the email address is user@company.com, enteruser.
    • Note: ">Note:A rule must be configured on the email server that relays emails for the specifiedEmail User Nameon to FME Server. The rule must specify the FME Server machine name and SMTP port. To determine the port, seeConfiguring for SMTP.

  2. Note: ">Note:Email addresses are case-insensitive.

  3. Download Attachments To: (Optional) Specify a location to download any attachments.
    • Select aResourcesfolder (...).
    • Enter your own location. Directory paths must use forward slashes (/) or escaped backslashes (\\).

Output Keys

See Also

Key Description
time Event time
source Event type
error.type (Failure port only) Error type
error.message (Failure port only) Error message
email.subject (Success port only) Email subject
email.body (Success port only) Email body
email.attachment

(Success port only) Email attachment

Note: ">Note:If the email contains multiple attachments, this key accesses only the first attachment. To access multiple attachments, use email.attachments instead.

email.attachments (Success port only) Path to directory containing all email attachments
email.sent (Success port only) Time sent
email.received (Success port only) Time received
email.from (Success port only) Sent from address
email.to (Success port only) Sent to address
email.contentType (Success port only) Email body content type

Email Received (SMTP) Trigger Log Files

Resources\logs\core\current|old\publishers\

fmepublishers.log

  • Shows some additional communication between SMTP Relay and FME Server.

email.log

  • Shows Email Received (SMTP) trigger and configuring email accounts