- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 10:47 AM
Hello everyone, is there a possibility to put an alias to the email address of servicenow? I need my instance to keep the original address but that my client receives a notification with another email address name
Thank you
Solved! Go to Solution.
- Labels:
-
Service Desk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 11:10 AM
you can mention the email alias on from field.
System MailBoxes >> Email Accounts >> Open Servicenow SMTP.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 10:53 AM
Yes. Navigate to System Mailboxes->Email Accounts and open the SMTP email account.
Change the Email label to your preferred email label.
If you want to change it for particular email notification, you can do that by adding the label to From field in the notification.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 10:59 AM
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 11:41 AM
You can only add one alias if you are using Email account.
If you dont want to do it for every email, you can write a mailscript
<mail_script>
email.setFrom("MY ALIAS<" + my_email_id + ">");
</mail_script>
If you dont want to write a mail script, set the From field in the notification as
MY ALIAS<my_email_id>
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 11:10 AM