ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => Development, Suggestions => Topic started by: Kino on April 13, 2006, 09:23:41 am

Title: Feature request: save SMTP logs by default
Post 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
Title: Feature request: save SMTP logs by default
Post by: DW on April 14, 2006, 12:50:59 pm
Currently you can only do this manually by uncommenting the following line in admin.php:
Code: [Select]
// debug, shows SMTP messages
 // $smtp_debug = '1';

Becomes
Code: [Select]
// 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