Author Topic: Feature request: save SMTP logs by default  (Read 3467 times)

Kino

  • Posts: 31
    • View Profile
Feature request: save SMTP logs by default
« 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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Feature request: save SMTP logs by default
« Reply #1 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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting