Dotclear


Ignore:
Timestamp:
06/14/11 07:43:47 (14 years ago)
Author:
xave
Branch:
2.3
Message:

Admin mails' from address can now be configured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/auth.php

    r314 r362  
    8989          $page_url.'?akey='.$recover_key; 
    9090           
    91           $headers[] = 'From: dotclear@'.$_SERVER['HTTP_HOST']; 
     91          $headers[] = 'From: '.(defined('DC_ADMIN_MAILFROM') && DC_ADMIN_MAILFROM ? DC_ADMIN_MAILFROM : 'dotclear@local'); 
    9292          $headers[] = 'Content-Type: text/plain; charset=UTF-8;'; 
    9393           
Note: See TracChangeset for help on using the changeset viewer.

Sites map