tokenly / tokenly-cms

GNU General Public License v2.0
42 stars 12 forks source link

Added optional support for debugging emails using a log file. #12

Closed deweller closed 10 years ago

deweller commented 10 years ago

If you define DEBUG_EMAIL_LOG in your config.php file, then emails are logged to the file you define there and are not sent. I found this useful and I thought others might as well.

Example:

define('DEBUG_EMAIL_LOG', '/Users/dweller/tmp/tokenly-emails.log');