Fix regression in sending emails
This commit is contained in:
parent
795754273e
commit
030df58fea
@ -403,7 +403,7 @@ class CMailFile
|
|||||||
$smtps->setDeliveryReceipt($this->deliveryreceipt);
|
$smtps->setDeliveryReceipt($this->deliveryreceipt);
|
||||||
|
|
||||||
$host = dol_getprefix('email');
|
$host = dol_getprefix('email');
|
||||||
$this->msgid = time().'.SMTPs-dolibarr-'.$trackid.'@'.$host;
|
$this->msgid = time().'.SMTPs-dolibarr-'.$this->trackid.'@'.$host;
|
||||||
|
|
||||||
$this->smtps = $smtps;
|
$this->smtps = $smtps;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user