Mail update

This commit is contained in:
Torsten Schulz
2023-07-10 13:39:59 +02:00
parent f1106afd08
commit 772cc0aaf2

View File

@@ -21,7 +21,6 @@ class Mail extends Mailhandling {
protected function generateContent(): void {
$this->mail = $this->fetchEmail();
var_dump($this->mail);
$this->content['sender'] = $this->mail->headers->senderaddress;
$this->content['receiver'] = $this->mail->headers->toaddress;
$this->content['senddate'] = (new DateTime($this->mail->date))->format('d.m.Y');