Verifying the recipient's email address is properly formattedDescriptionServiceNow cannot send email if the email address is not properly formatted and valid. If a particular user or group does not receive an email notification, verify the user or group has a properly formatted and valid email address. Email addresses generally follow this format: localname@domain The definition of a properly formatted email address is described in detail in section 3.4 of RFC 2822. The format is surprisingly complicated in what it allows, with various exceptional cases, making a succinct description difficult. Simply having a properly formatted address is not enough. The receiving mail server must recognize the email account. If your email address is properly formatted, but perhaps incorrectly spelled, the receiving mail server will reject the email address as not valid because it cannot find the email account. Improperly formatted email address examples: john.smith - The 'domain' part is technically optional according to specification, so this is properly formatted. However, ServiceNow email servers enforce email addresses with a full domain, in order to eliminate any ambiguity in the recipient.@example - missing the local part@ex amp le - unacceptable spaces Properly formatted email address examples: john.smith@example.comjohnZZZ.smith@example.com - This is properly formatted, but if the 'ZZZ' were typed in error, the receiving mail server will reject it as invalid because it cannot find this account. Procedure Email Investigation Check the error_string field of the email record as well as the Email Log-related list. Open the email record you expected the recipient to receiveCheck the error_string field. If a server rejected an email address as invalid, the error may appear here. The text is server-dependent.In Eureka and later information is logged that may indicate why a particular user was included or excluded in an email notification. Check the logs for the reason a recipient was excluded. An improperly formatted address is one reason a recipient might be excluded. View the 'Email Log' related list and look for the user in question. Notification Investigation The notification defines who receives an email in the "Who To Send" tab in the notification Log in to the instance.Navigate to System Policy > Notifications.Select the notification you expected the recipient to receive. For example, the incident commented notification.Identify the users and groups who would normally receive the notification. For example, the incident comment notification notifies the incident caller.Determine which specific users or groups did not potentially trigger the notification. For example, determine the user who is the incident caller.Navigate to User Administration > Users.Select the user record for the intended recipient.Verify the address in the Email field is properly formatted.If you change the user record, click Update.Additional InformationOfficial RFC: section 3.4 of RFC 2822 Wikipedia article - Email address