Outbound Email/Notifications FAQ Contents Why wasn't a notification triggered? Or, why didn't a particular user receive a notification?Does ServiceNow use Forced TLS or Opportunistic TLS when sending email?I think that ServiceNow may have sent duplicate email to one of our users. How do I confirm this? Why is my notification marked as send-ignored?The notification's preview content does not match what a user sees in their email client. Why? Is it possible to increase the outbound email attachment limit? If yes, what size limit would you recommend?How many email messages can my instance send at one time? How long does it take for the emails sent by the instance to reach users?Email from ServiceNow is being blocked by our environment. We would like to trust all ServiceNow email. How do we do this?What is the difference between notifications with the Subscribable field checked and those with the Subscribable field not checked?I want notifications to go to "CC" or "BCC" instead of "To". Is this supported?Is it possible to determine which of the emails sent by the instance were sent using the email client feature?Users are getting HTML markup in the body of the messages they receive from the instance. How do we prevent this?How do I set up a notification for records, such as incidents, that have not been updated in a specific amount of time? Is it possible to change the style of comments when they appear in outbound email (email notifications)? What is the purpose of 'Send to Event Creator' option in Notifications? Will an Email Notification with "Send When" set as "Event is fired" always trigger if the event is created, regardless of the table? 1. Why wasn't a notification triggered? Or, why didn't a particular user receive a notification? These are the best set of instructions to troubleshoot these types of issues: KB0679999 - Notification does not trigger and create email KB0538135 - Troubleshooting email notification failures in ServiceNow 2. Does ServiceNow use Forced TLS or Opportunistic TLS when sending email? Official support is currently non-SSL/TLS connections between the instance and the ServiceNow internal email infrastructure. Opportunistic TLS (STARTTLS) is used when the ServiceNow internal mail infrastructure initiates a connection with your external email server. This means TLS will be used only if your mail server supports TLS for encryption. Since these are email infrastructure level configurations, for ServiceNow-configured email accounts in an instance, values pertaining to the connection (SSL/TLS, host, port...) are not editable. If you require enforced TLS, you cannot do so using ServiceNow email infrastructure. You must configure your own mail servers appropriately, and create your own email account records in the ServiceNow instance. You can use this KB to confirm ServiceNow email server is using Opportunistic TLS: KB0743094. 3. I think that ServiceNow may have sent duplicate email to one of our users. How do I confirm this? The message ID is generated as unique for each email message in the system, and is shown inside the email header. If the emails look exactly the same but have different message IDs, the messages are duplicates created by the sending server, where the email was generated. If the message IDs are the same, there was no duplicate email sent, but the email server receiving and delivering the message has delivered the exact same message more than once. For more information see KB0529413 - Troubleshooting duplicate emails generated by the instance 4. Why is my notification marked as send-ignored? There are a few reasons why this may happen. This status is meant for the SMTPSender to purposely not send some notifications. Some of the reasons include: This may because at the same time two different notifications are generating form incident tables for the same user. In the notification there is a field weight. The notification with higher weight takes precedence and is executed, and the other notification are ignored. If you set the weight to 0 for both the notifications, you will get both emails.This error occurs when an email notification is generated but has no valid recipients based on its notification definition. For instance, an email that would be sent to the assigned_to user from an incident cannot be sent because the incident is not assigned to anyone. ServiceNow filters out those emails, which would have the same body as other emails. This stems from a similar event for the purposes of preventing redundancy. If you have two notifications that contain the same body, trigger from the same event, and are going to the same set of recipients, then one of the notification is ignored to prevent the same notification being sent twice. 5. The notification's preview content does not match what a user sees in their email client. Why? When designing notification email content, you can use Notification Preview to get an idea of what the email will look like to a recipient. Note that various email applications and web browsers may render the same HTML code differently. For more information, see KB0747524 - Email Preview looks different than in Outlook, Gmail or other Mail Application 6. Is it possible to increase the outbound email attachment limit? If so, what size limit would you recommend? When encountering this limit, there is no workaround if using the ServiceNow email servers. You must either send smaller emails (fewer attachments, smaller email body, etc), or employ your own email infrastructure that supports larger emails. If using your own separate email infrastructure instead of ServiceNow's, the same limit issue can exist. However, the size limit values for inbound and outbound may be different, as well as the error code reported. Consult your system's email administrator if you encounter this error. For more information, see KB0521772 - Email server size limit prevents emails from being sent or received 7. How many email messages can my instance send at one time? How long does it take for the emails sent by the instance to reach users? This KB article goes into detail: KB0952320 - ServiceNow Instance Email Delivery and Volume SLA 8. Email from ServiceNow is being blocked by our environment. We would like to trust all ServiceNow email. How do we do this? ServiceNow provides SPF records, which can be used to identify expected sources for emails. For more information, please see KB0535456 - Enabling email delivery using SPF records to allow SN mail servers. 9. What is the difference between notifications with the Subscribable field checked and those with the Subscribable field not checked? A subscribable notification has its 'subscribable' field checked and is known as a "Personal Notification". This allows a user to self-subscribe to an admin-defined notification. Regular notifications do not have this check box set, which means the admin assigns which users get the notification. For more information, see KB0621465 - Behavior of Personal Notifications (Subscribable) and regular notification (non-Subscribable) in Notification Preferences 10. I want notifications to go to "CC" or "BCC" instead of "To". Is this supported? Yes, but you will have to do this via a notification script. See examples in this documentation article: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/script/server-scripting/reference/r_ExScptEmlNtfn.html Note that you will not receive these notifications if you are temporarily forwarding all email to one email address. For more information, see KB0783517 - Adding CC and BCC to notification is not working 11. Is it possible to determine which of the emails sent by the instance were sent using the email client feature? Emails which are created from the email client contain the email header "X-ServiceNow-Source: EmailClient". For more information, see KB0745172 - Identifying the source of an email sent from ServiceNow 12. Users are getting HTML markup in the body of the messages they receive from the instance. How do we prevent this? The "Message HTML" field in the Notification record has two modes. By default, you get an HTML editor that hides all HTML code from you. In this mode you should enter the content as you wish users to see it. If you want to enter HTML markup, you can switch to HTML mode by clicking the <> icon. For more information, see the product documentation topic, Now Platform capabilities. 13. How do I set up a notification for records, such as incidents, that have not been updated in a specific amount of time? This is done by using the inactivity monitor in conjunction with notifications. See full instructions here: KB0823990 - How to Create a Notification for an Inactivity Monitor 14. Is it possible to change the style of comments when they appear in outbound email (email notifications)? Not in a base system (out of box) instance, but it can be done with some customization. See more details on customization here: KB1000934 - Is it possible to change the style of comments when they appear in outbound email (Email Notifications)? 15. What is the purpose of 'Send to Event Creator' option in Notifications? Does this mean that, when checked, the email will be sent to event creator regardless if the user is present recipient list? Or, does it mean that, when unchecked, it will not be sent to event creator if the user is part of the recipient list? The answer is the latter. Business Logic behind this functionality is Users may not need to be notified for the actions they have taken or the actions triggered by some of the action performed by user. See more information regarding this option here: KB0813747 - Send To Event Creator is not Sending the Notification to the User who has triggered the Event 16. Will an Email Notification with "Send When" set as "Event is fired" always trigger if the event is created, regardless of the table? Yes, an Email Notification configured with "Send When" as "Event is fired" will trigger if the associated event is created, regardless of what the table is configured as. When setting "Send When" to "event is fired" on the UI form, you will notice that "Table" is no longer mandatory.