mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #5718 from ErisDS/issue-5675
Don't return from sending welcome mail
This commit is contained in:
commit
a337cafa59
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ authentication = {
|
|||
}]
|
||||
};
|
||||
|
||||
return mail.send(payload, {context: {internal: true}}).catch(function (error) {
|
||||
mail.send(payload, {context: {internal: true}}).catch(function (error) {
|
||||
errors.logError(
|
||||
error.message,
|
||||
'Unable to send welcome email, your blog will continue to function.',
|
||||
|
|
Loading…
Add table
Reference in a new issue