0
Fork 0
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:
Sebastian Gierlinger 2015-08-25 10:58:20 +02:00
commit a337cafa59

View file

@ -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.',