Ignore:
Timestamp:
Oct 13, 2007, 12:14:23 AM (17 years ago)
Author:
rub
Message:

Replace htmlentities by htmlspecialchars on NBM in order to send a correct UTF8 mail.
Quote mail charset + add debug mail informations
Fix "check user with same mail" where null email was not discarded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r2129 r2136  
    705705    }
    706706    $file = fopen($filename, 'w+');
     707    fwrite($file, $to);
     708    fwrite($file, $cvt_subject);
     709    fwrite($file, $headers);
    707710    fwrite($file, $content);
    708711    fclose($file);
Note: See TracChangeset for help on using the changeset viewer.