How to change from address of Emails sent through Scheduled Emails of Reports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2019 02:45 AM
Hi
I am unable to change the Email "From" address of mails sent through "Scheduled Emails of Reports". It is always taking from address as "IT Service Desk". I want to change it based on type of reports it is sending. Is it possible? As I can see only HTML content (as part of Introductory message) can be added in Scheduled Job for Reports.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2019 01:53 PM
You need to update the value in two places:
1.System Properties-->glide.email.username
2. System MailBoxes-->Email Accounts.
This will update the display name of the email.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2019 10:25 PM
Hi Sachin,
Thanks for your response. But by this, It will change default "from" value for every scheduled emails.But I want from address to be dynamic. Suppose report is on Problem tickets then emails from address should be "Problem Management".Similarly if it is on incidents, emails from address should be "Incident Management".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2019 12:21 AM
Hello Sowl,
You can call mailscript from Scheduled Emails of Reports. I have implemented this on my project.
Thanks,
Abhishek
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2019 12:26 AM
Hello Sowl,
Check out my thread:
1. Create mail scripts in System Notifications -> Email -> Notification Email Script
2. Add this code : email.setFrom("Your label <xxxxx@service-now.com>");
3. Call in Introductory message field on scheduled reports by using
${mail_script:script name}.
Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade
Abhishek Gardade