Mail update
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user