Changeset 2771

Show
Ignore:
Timestamp:
03/05/10 21:51:47 (2 years ago)
Author:
areski
Message:

UTF-8 for mails

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/common/lib/Misc.php

    r2770 r2771  
    7474        $mail->Port = SMTP_PORT; 
    7575        $mail->SMTPSecure = SMTP_SECURE; 
     76    $mail->CharSet = 'UTF-8'; 
    7677 
    7778        if (strlen(SMTP_USERNAME) > 0)