From 772cc0aaf2de335775d8b63b7b9813151d49f029 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 10 Jul 2023 13:39:59 +0200 Subject: [PATCH] Mail update --- include/mail.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mail.php b/include/mail.php index 23bfdc4..64b036b 100644 --- a/include/mail.php +++ b/include/mail.php @@ -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');