Skip to content

Commit

Permalink
Update EmailMessage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane authored Jul 17, 2022
1 parent 3495699 commit dfe30da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webfiori/email/EmailMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public function __construct(SMTPAccount $sendAccount) {
$this->attachments = [];
$this->inReplyTo = [];
$this->beforeSendPool = [];
$this->beforeRenderPool = [];
$this->afterSendPool = [];
$this->document = new HTMLDoc();

Expand Down

0 comments on commit dfe30da

Please sign in to comment.