Is there a way to dynamically change the Outgoing mail display name?

steveguida
Kilo Explorer

Is there a way to dynamically change the Outgoing mail display name? There is only one choice in the System Email Properties. We are an MSP and I would like to dynamically change this for a company/domain.

1 ACCEPTED SOLUTION

Steve McCarty
Mega Guru

I don't know of a way to do it globally, but you can change the from or reply to addresses on individual notification emails.   There is a field on the notification form that you can fill in to change it to a static address for that notification, or you can change it dynamically in a mail script.   If you created a mail script that sets the from address based on some information on the current record, you could then add that script to a number of different notifications.   You may have to create a couple of different scripts for notifications from different tables, but you could reuse them for any table with the same field names for the company or user.   Scripting for Email Notifications - ServiceNow Wiki has a description of the email object you would need to use at the bottom of the page.



-Steve


View solution in original post

6 REPLIES 6

The Machine
Kilo Sage

check out the system properties that contains email or smtp. You should be able to change it there.



Runjay Patel
Giga Sage

Check out this video, it will clear all your doubts and help you to understand Notification queries in details.

 Link: https://www.youtube.com/watch?v=MUVIsZFY0so&t=1s&ab_channel=ServiceNowHelpdesk

It help you to understand below points.

  • Basic email setup
  • Create an email notification
  • Advanced email setup
    • Advanced conditions for email notifications
    • Edit HTML content in an email notification
    • Document attachments on an email notification
    • Preview email notifications
    • Time zone for email notifications
    • Specify alternative outbound email addresses for notifications
    • Specify an outbound email address for a particular language
    • Notification variables
  • Email templates
  • Email layouts
  • Watermarks on notification emails
  • Troubleshooting notification emails
  • Trigger email through event

Please mark reply as Helpful/Correct, if applicable. Thanks!!