is there a way to route all the email notifications to a common mail box?

In non-prod instances, we want to route email notifications to a common mail box so that these are not delivered any actual users. instead, we would like to login this common mail box and check in case we need to verify any notifications when required.

also, am aware of alternatives like turning off receive email notification on user preferences and JavaClient-> Admin-> Database-> Notifications->disabled.

would also like to know the industry practice.

Add Comment
1 Answer(s)

I just mass-updated everyone’s user email address to my own (or separate email box). 
Also consider inactivating most of your users in Test as well.  That might make things easier. 

But yes, do an import that updates everyone’s email address in the test application so you don’t have to worry about it.  You can also consider updating the email address Agile test uses.  For instance, while Production is using agile@company.com, have your test-database use agile-test@company.com.  Something like that.

Agile Angel Answered on July 14, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.