Is there an Admin Settings where i can set all the outgoing email to a specific email address.
The reason is in my development of Magento, i am using db from production and there are email addresses from real users which i do not want to acccidentaly send a message to them while im developing..
For example in subscribers, i want to send a newsletter but all emails should go to the email address i will set..
If no admin settings, i have no choice but to create migration script and update related tables that contains the email addresses..
Magento experts, any advice?