Closed deweller closed 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');
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: