Clear messages from sent packet

This commit is contained in:
Deon George 2024-06-07 11:12:06 +10:00
parent e692de7d7f
commit 67377a2012

@ -87,6 +87,7 @@ final class Mail extends Send
]); ]);
$this->content = NULL; $this->content = NULL;
$this->f = NULL;
} }
} }