Cash's plugins:
This plugin will send all email that goes through the Elgg email handling system to a single address. (Note: it will not effect email that bypasses the Elgg email system such as the invite friends plugin).
Why do this?
If you are running a production site, you are probably mirroring the data to a testing server. You use this server to test new plugins and upgrades of the Elgg core. You mirror the data to test on as close to the real thing as possible. But you don't want your testing to create lots of emails to the actual users. This solves that problem.
This should work on any version of Elgg. It will conflict with any plugin that overrides the default mail handler such as the phpmailer plugin.
Comments
Nice Cash. We did the same with your phpmailer plugin: added an admin setting with email override field. Simple and worked like a charm ;)
Thanks! This is great.
http://www.toolheap.com/test-mail-server-tool/users-manual.html
good for testing many different types of sites
can you explain more.. i couldnt get what this plugin does.