mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-10 16:40:52 +01:00
risolto problema errore notifica lettura email mancante
This commit is contained in:
parent
7cd3b7180e
commit
b36a5f7d91
@ -146,10 +146,10 @@ class EmailNotification extends PHPMailer implements NotificationInterface
|
|||||||
|
|
||||||
// Conferma di lettura
|
// Conferma di lettura
|
||||||
if (!empty($mail->read_notify)) {
|
if (!empty($mail->read_notify)) {
|
||||||
$this->ConfirmReadingTo = $mail->From;
|
$this->ConfirmReadingTo = $this->From;
|
||||||
$this->AddCustomHeader('X-Confirm-Reading-To: '.$mail->From);
|
$this->AddCustomHeader('X-Confirm-Reading-To: '.$this->From);
|
||||||
$this->AddCustomHeader('Return-Receipt-To: '.$mail->From);
|
$this->AddCustomHeader('Return-Receipt-To: '.$this->From);
|
||||||
$this->AddCustomHeader('Disposition-Notification-To: '.$mail->From);
|
$this->AddCustomHeader('Disposition-Notification-To: '.$this->From);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reply To
|
// Reply To
|
||||||
|
Loading…
x
Reference in New Issue
Block a user