Кодировка для писем
This commit is contained in:
parent
712d20d9cf
commit
7b668419a4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class Mail
|
|||
protected $uniqid;
|
||||
|
||||
function __construct() {
|
||||
$this->setEncoding("windows-1251");
|
||||
$this->setEncoding("UTF-8");
|
||||
$this->uniqid = strtoupper(uniqid(time())); // Идентефикатор разделителя
|
||||
|
||||
// $this->mime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue