ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => Development, Suggestions => Topic started by: Kino on April 13, 2006, 09:23:41 am
-
I like to save the logs from mail outs most of the time. Sometimes in a rush I forget to check the box before I hit send. Might be nice to have a simple "save logs by default yes - no" option in the configuration panel.
Thanks.
K
-
Currently you can only do this manually by uncommenting the following line in admin.php:
// debug, shows SMTP messages
// $smtp_debug = '1';
Becomes
// debug, shows SMTP messages
$smtp_debug = '1';
Your post will be a reminder for me to put this into the interface in the future - thanks for your suggestion.
Regards