Each time that there is a refresh, we need to disable email notifications from going out to the Users. What is the easiest way to do this?
Thanks
We have our smtp settings in our test environment pointed to a test email server. Our server team sends those to a fileshare that we can view if we need to test emails.
I usually keep a production/test variable in my flows so that it knows if it is in prod or test. Then the email to/cc address variables use that to determine whether to send to the person or to send to a test email bucket.
What we've done is scrub email addresses from Employees / Vendors/ Suppliers in Test so that all email addresses = testipa@domain.com then our IPA Team has access to that email address for testing purposes.
Quick and dirty you can make your Email settings invalid in your configurations.
Hi, we have a number of Rich Client variables ("Properties") set up under the Main configuration that we assign to the To address in our flow emails. In Production, they contain the email addresses of the people who are supposed to get the emails. When we are testing, we just go to the test rich client and set the applicable variables equal to ourselves, or whomever.
Thanks everyone!!
When we tried this it broke our GHR Security for test users.