From f1106afd0803624f83887fe33d771684544e46a4 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 10 Jul 2023 13:11:39 +0200 Subject: [PATCH] Mail update --- include/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mail.php b/include/mail.php index 7554d94..23bfdc4 100644 --- a/include/mail.php +++ b/include/mail.php @@ -20,8 +20,8 @@ class Mail extends Mailhandling { } protected function generateContent(): void { - var_dump($this->mail); $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');