forked from Wavyzz/dolibarr
Fix: encodage
This commit is contained in:
@@ -325,8 +325,8 @@ class CMailFile
|
|||||||
$smtps->setCharSet($conf->file->character_set_client);
|
$smtps->setCharSet($conf->file->character_set_client);
|
||||||
|
|
||||||
$smtps->setSubject($this->encodetorfc2822($subject));
|
$smtps->setSubject($this->encodetorfc2822($subject));
|
||||||
$smtps->setTO($this->getValidAddress($to,2));
|
$smtps->setTO($this->getValidAddress($to,0,1));
|
||||||
$smtps->setFrom($from);
|
$smtps->setFrom($this->getValidAddress($from,0,1));
|
||||||
|
|
||||||
if (! empty($this->html))
|
if (! empty($this->html))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user