Outbound email
Summarize
Summary of Outbound email
Outbound email accounts in ServiceNow enable you to send emails from your instance by configuring and managing email accounts and properties. This functionality is essential for automated notifications, communications, and integrations requiring email delivery.
Show less
Accounts
Accounts define the connection details used to process outbound emails. You can view existing accounts or create new ones by providing key information:
- Name: The account identifier.
- Type: Select either POP3 or IMAP.
- Authentication: Mandatory method used to authenticate the account.
- Server: Fully qualified domain name (FQDN) of the mail server node (mandatory for on-premises installations).
- Username and Password: Credentials for account creation (both mandatory).
- Connection Security: Options include None, STARTTLS (upgrades to secure), or SSL/TLS (recommended for best security).
- Port: TCP port for the connection.
- Active: Checkbox to activate the account.
- Enable Debug Logging: Creates logs of raw data exchanged with the email server for troubleshooting, accessible via System Logs.
You can export account configurations in various formats (Excel, CSV, JSON, PDF) and choose to download or email the export.
Properties
Manage outbound email behaviors and debugging through configurable properties:
- Enable or disable sending emails.
- Include timezone information in outgoing emails.
- Add visible watermarks to outbound emails.
- Retry sending emails on unknown SMTP error codes.
- Enable internationalization support for email addresses.
- Set the email address for sending test emails.
- Configure the number of journal entries included in email notifications.
- Define roles authorized to view emails in the Activity formatter.
Changes to properties must be saved to take effect, with an option to undo recent unsaved changes, restoring the last saved settings.
Use outbound email accounts to send emails.
Accounts
Use Accounts to process the outbound emails. On selecting Accounts under Outbound email, a list of existing accounts shows up. Select Add an account to create a new account.
| Field | Description |
|---|---|
| Name | Name of the account |
| Type | States the type of account. It can either be POP3 or IMAP. |
| Authentication | States the authentication method of the account Note: Authentication is a mandatory field |
| Server | Remote server to which this account connects. To activate a server for an on-premises installation, enter the full address (FQDN) of the node (for example, node.customerdomain). Note: Server is a
mandatory field |
| Username | Username used to create the account Note: Username is a mandatory field |
| Password | Password used to set up the account Note: Password is a mandatory field |
| Connection Security | Type of secure connection. Choose a setting:
|
| Port | Connection TCP port. |
| Active | Optional checkbox to create an active account |
| Enable Debug Logging | Option to create node logs for the raw data that is exchanged with the email server. You can review the node logs by navigating to . |
Select Export to export the accounts on to an Excel, CSV, JSON or PDF. You can then select the delivery type either through download or email.
Properties
Manage the behavior of outgoing emails with Properties.
- Outbound sending and delivery options: You can either enable or disable the following options:
- Enable sending emails
- Include timezone in the email
- Include visible watermark in the outbound emails
- Retry sending email on unknown SMTP error codes
- Enable internationalization of email address
- Outbound debugging and access: You can configure the following:
- Email address to be used to send all test emails
- Number of journal entries to be included in email notifications
- Roles that can view email in the Activity formatter
See Outbound email configuration for more information.