Skip to content

Commit

Permalink
typo: Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
protich committed Nov 7, 2022
1 parent 23a8059 commit 977cf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/class.mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ function($match) use ($domain, $message, $self) {
));
}
// Attempt Failed: Reset FROM to original email and clear Sender
$message->setOrignator($this->getFromEmail(), $this->getFromName());
$message->setOriginator($this->getFromEmail(), $this->getFromName());
}

// No SMTP or it FAILED....use Sendmail transport (PHP mail())
Expand Down

0 comments on commit 977cf9a

Please sign in to comment.