You are here

README.txt in Mail Safety 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
--- Summary ---

A simple and safe way to test and debug outgoing emails 
without having to worry that all your users will get unwanted 
emails. Mail Safety provides a dashboard which catches and logs all 
outgoing mails.

--- Features ---

- Dashboard with email overview
- Catch emails before they go to their recipients
- View the e-mail in your browser
- Choose to send the e-mail to an e-mail address of your choice
- Choose to send the e-mail to the original recipients

--- How to use ---

- Give the required permissions to the roles
- Go to admin/config/development/mail_safety/settings to enable 
  the module and configure other options
- Go to admin/config/development/mail_safety/dashboard to view all 
  the mails that are sent by drupal with mail safety enabled

--- Extra Safety ---

For extra safety to never send mails on a test environment etc. 
Add and configure these settings to your settings.php:

$conf['mail_safety_enabled'] = TRUE;
$conf['mail_safety_send_mail_to_dashboard'] = TRUE;

Or on your production environment you can always keep mail_safety 
disabled by adding the following to your settings.php:

$conf['mail_safety_enabled'] = FALSE;

--- Similar modules ---
This module is similar to some existing mail modules but more focused 
on being a safety net and more precise debugging and testing.

Mail Logger
Reroute Email

--- Contact ---
To contact me you can send an e-mail to bvdhoek@gmail.com or find me 
on drupal.org with the username barthje.

This module is is sponsored by Synetic: http://www.synetic.nl

File

README.txt
View source
  1. --- Summary ---
  2. A simple and safe way to test and debug outgoing emails
  3. without having to worry that all your users will get unwanted
  4. emails. Mail Safety provides a dashboard which catches and logs all
  5. outgoing mails.
  6. --- Features ---
  7. - Dashboard with email overview
  8. - Catch emails before they go to their recipients
  9. - View the e-mail in your browser
  10. - Choose to send the e-mail to an e-mail address of your choice
  11. - Choose to send the e-mail to the original recipients
  12. --- How to use ---
  13. - Give the required permissions to the roles
  14. - Go to admin/config/development/mail_safety/settings to enable
  15. the module and configure other options
  16. - Go to admin/config/development/mail_safety/dashboard to view all
  17. the mails that are sent by drupal with mail safety enabled
  18. --- Extra Safety ---
  19. For extra safety to never send mails on a test environment etc.
  20. Add and configure these settings to your settings.php:
  21. $conf['mail_safety_enabled'] = TRUE;
  22. $conf['mail_safety_send_mail_to_dashboard'] = TRUE;
  23. Or on your production environment you can always keep mail_safety
  24. disabled by adding the following to your settings.php:
  25. $conf['mail_safety_enabled'] = FALSE;
  26. --- Similar modules ---
  27. This module is similar to some existing mail modules but more focused
  28. on being a safety net and more precise debugging and testing.
  29. Mail Logger
  30. Reroute Email
  31. --- Contact ---
  32. To contact me you can send an e-mail to bvdhoek@gmail.com or find me
  33. on drupal.org with the username barthje.
  34. This module is is sponsored by Synetic: http://www.synetic.nl