bypass glide.email.test.user to send certain email notifications to intended recipients in pre-prod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 04:48 PM
Hello Experts,
I'm trying to bypass glide.email.test.user to send certain email notifications to intended recipients in pre-prod. I have ATF scheduled suite runs, that trigger an email to the watchlist users tied to the suite post completion. Now, ATF suites are not something that I intend to run in production rather the pre-prod environment. Instead of sending all emails to the recipient mentioned in glide.email.test.user, I would like to bypass it and send it to the users identified in the watchlist mentioned in the test suite run. Any direction on this is highly appreciated!
Thanks,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 07:22 PM
Hi @Raskyll
As far as I know, we have only two options here.
1. Enable email sending/receiving system properties without test email: Emails will be triggered to the actual user email ids. (Not recommended)
2. Add the watchlist user email ids in the "glide.email.test.user". This would be a better approach when compared to the first.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 07:53 PM
Hi @Raskyll
Unfortunately there is no configuration option available. You can only create respective forwarding rules in the target email box.
Maik