Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
We have our development and productions systems synchronized with Active Directory. I have e-mail notifications turned off on the developement system to prevent erroneuos notifications to be sent out. I currently have a need ot test notifications and wanted to find out if anyone else has this type of setup and what they do for testing.
Solved! Go to Solution.
We installed a dummy smtp server called smtp4dev and pointed our test/development system to it.
A good point for it is it allows you to see all emails sent out to different users in a workflow. Only downside I found is it does not run as a service it's just a simple exe running under the currently logged in user.
We installed a dummy smtp server called smtp4dev and pointed our test/development system to it.
A good point for it is it allows you to see all emails sent out to different users in a workflow. Only downside I found is it does not run as a service it's just a simple exe running under the currently logged in user.
Hi Jørn,
I was hoping something like this would be out there. Thanks for the tip I am going to try to get it set up.
Jason
Update, this took minutes to implement is is going to really help.
Thanks again.