From 467684f19d00f2cbadbcf264ed2dccdd112abd42 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 10 Jul 2023 13:11:08 +0200 Subject: [PATCH] Mail update --- include/mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mail.php b/include/mail.php index 64b036b..7554d94 100644 --- a/include/mail.php +++ b/include/mail.php @@ -20,6 +20,7 @@ class Mail extends Mailhandling { } protected function generateContent(): void { + var_dump($this->mail); $this->mail = $this->fetchEmail(); $this->content['sender'] = $this->mail->headers->senderaddress; $this->content['receiver'] = $this->mail->headers->toaddress;