Skip to content

Commit

Permalink
set mail headers if not set
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Oct 18, 2023
1 parent 3d8951b commit 7c26f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ease/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function send()
}
$this->sendResult = $this->mailer->send(
$this->emailAddress,
$this->mailHeadersDone,
(empty($this->mailHeadersDone) ? $this->mailHeaders : $this->mailHeadersDone),
$this->mailBody
);

Expand Down

0 comments on commit 7c26f14

Please sign in to comment.