Mail update
This commit is contained in:
@@ -21,7 +21,6 @@ class Mail extends Mailhandling {
|
|||||||
|
|
||||||
protected function generateContent(): void {
|
protected function generateContent(): void {
|
||||||
$this->mail = $this->fetchEmail();
|
$this->mail = $this->fetchEmail();
|
||||||
var_dump($this->mail);
|
|
||||||
$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;
|
||||||
$this->content['senddate'] = (new DateTime($this->mail->date))->format('d.m.Y');
|
$this->content['senddate'] = (new DateTime($this->mail->date))->format('d.m.Y');
|
||||||
|
|||||||
Reference in New Issue
Block a user