mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
Fix usage of "ghostMailer" in email verification trigger
no issue Introduced bug when refactoring the verification trigger by referencing an undefined member.
This commit is contained in:
parent
6e4ec3b213
commit
77f2acaf65
@ -108,7 +108,7 @@ module.exports = {
|
||||
const fromAddress = config.get('user_email');
|
||||
|
||||
if (escalationAddress) {
|
||||
this._ghostMailer.send({
|
||||
ghostMailer.send({
|
||||
subject,
|
||||
html: tpl(message, {
|
||||
amountImported,
|
||||
|
Loading…
Reference in New Issue
Block a user