Mail update

This commit is contained in:
Torsten Schulz
2023-07-10 13:11:08 +02:00
parent e9dae55450
commit 467684f19d

View File

@@ -20,6 +20,7 @@ class Mail extends Mailhandling {
} }
protected function generateContent(): void { protected function generateContent(): void {
var_dump($this->mail);
$this->mail = $this->fetchEmail(); $this->mail = $this->fetchEmail();
$this->content['sender'] = $this->mail->headers->senderaddress; $this->content['sender'] = $this->mail->headers->senderaddress;
$this->content['receiver'] = $this->mail->headers->toaddress; $this->content['receiver'] = $this->mail->headers->toaddress;