Change from address for Scheduled Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I want to send some reports using Scheduled Reports, but the sysauto_report table doesn't allow to set a specific email address for the "From"
It uses the defined email account for the instance.
I know how to change it for normal notifications, but I am not able to find it for scheduled reports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I've just run into a similar issue: it's trying to send scheduled reports from an inactive account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You should be able to achieve this with a mail script calling the setFrom() and setReplyTo() methods of the email object:
GlideEmailOutbound | ServiceNow Developers
