- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2018 07:33 AM
Hi all,
In our test instance we currently have the outbound email turned off. I need to test a change I have made, however my understanding is if I put my email address in and turn on the outbound email function, any email set to send-ready will send to my email address.
Currently we have 3500 emails in this state in TEST.
What is the best way to prevent all these previous emails to swamp my inbox and only receive the new emails I create once I turn on the outbound email?
Thanks
Sam
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2018 07:35 AM
You will need to write a glide-record update script on the sys_email table(s) to update anything in send-ready to sent or whatever field you want.
Since this is a test environment, you could also just delete everything in the sys_email tables and start fresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2018 07:35 AM
You will need to write a glide-record update script on the sys_email table(s) to update anything in send-ready to sent or whatever field you want.
Since this is a test environment, you could also just delete everything in the sys_email tables and start fresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2018 08:33 AM
Thanks Adam,
This seemed to work, changed them all to sent and then only got the new emails through
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2018 07:54 AM
Hi Sam,
You can have a background script written & get all mails flushed from sys_email table. Then change the outbound mail address. Since, this is TEST I am sure you would not require any mails for further references.