Ignore:
Timestamp:
Nov 14, 2005 6:55:46 PM (8 years ago)
Author:
roundcube
Message:

SMTPS support and minor bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/sendmail.inc

    r81 r83  
    260260               $msg_subject); 
    261261 
    262   if ($fp = fopen($INSTALL_PATH.'logs/sendmail', 'a')) 
     262  if ($fp = fopen($CONFIG['log_dir'].'/sendmail', 'a')) 
    263263    { 
    264264    fwrite($fp, $log_entry); 
Note: See TracChangeset for help on using the changeset viewer.