Verify Email Sending ConfigurationsDescriptionSymptoms After cloning an instance, the instance does not send emails.Instance does not send any notifications at all.Emails are marked as send-failed and an error message appears saying it (the mail server) cannot connect to the POP server.Cannot customize the name that appears on emails.The email queue is backed up with messages that keep trying to re-send to the Simple Mail Transfer Protocol (SMTP) server (they should simply fail and move on to the next message). CauseEmail-sending property is disabled.SMTP Server settings are not appropriately configured.SMPT Server is returning unexpected error codes.ResolutionThe ServiceNow application uses the ServiceNow SMTP server to process outbound email messages to users (user@yourdomain.com). These messages are sent from the ServiceNow datacenter, routed as standard SMTP traffic to your primary mail exchanger (MX) server, and processed internally within the organization. If the SMTP Server settings are not correctly configured, this may prevent emails from being sent. This means it is important for you to know the login user name, the email server address, and the password. Prior to modifying the SMTP Server settings, verify that the Enable email sending (SMTP) property is enabled. NOTE: once an instance is cloned by ServiceNow, the email configurations must be enabled. The Email sending property is purposely disabled to prevent users from sending unwanted emails. To verify that email sending configurations are properly set: - Confirm that the email sending property is enabled. For more information, refer to Enabling Email Sending. - Verify that the SMTP server settings are correctly configured. For more information, refer to Configuring the Outbound SMTP Mail Server Settings. - Optionally, configure the instance to handle customer error codes that are coming back from the SMTP server. For more information, refer to Configuring Error Codes.Additional Information For details on other properties that are used to configure email processing in ServiceNow, refer to Email Properties in the ServiceNow product documentation. Video Tutorial This tutorial covers common issues, their causes, and the required steps to resolve them.