Mail update
This commit is contained in:
@@ -25,7 +25,7 @@ class Mail extends Mailhandling {
|
|||||||
$this->content['receiver'] = $this->mail->headers->toaddress;
|
$this->content['receiver'] = $this->mail->headers->toaddress;
|
||||||
$this->content['senddate'] = (new DateTime($this->mail->date))->format('d.m.Y');
|
$this->content['senddate'] = (new DateTime($this->mail->date))->format('d.m.Y');
|
||||||
$this->content['emailbody'] = $this->mail->textHtml ?? $this->mail->textPlain;
|
$this->content['emailbody'] = $this->mail->textHtml ?? $this->mail->textPlain;
|
||||||
$this->content['subject'] = $this->mail->headers->subject;
|
$this->content['subject'] = $this->mail->subject;
|
||||||
$this->renderAttachments($messageStructure);
|
$this->renderAttachments($messageStructure);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user