Skip to content

Commit

Permalink
Update Manager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zikezhang authored Feb 29, 2024
1 parent b544b10 commit a6697c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ protected function registerSmtp(): void
$config = $this->getConfig();

$this->mailer->isSMTP();

$this->mailer->SMTPAuth = true;

if (isset($config['host'])) {
$this->mailer->Host = $config['host'];
}
Expand Down

0 comments on commit a6697c3

Please sign in to comment.