diff --git a/lib/private/mail/send.js b/lib/private/mail/send.js index 30450c6..d4c5360 100644 --- a/lib/private/mail/send.js +++ b/lib/private/mail/send.js @@ -82,7 +82,7 @@ module.exports = { 'An override for the default "from" email that\'s been configured.', example: 'anne.martin@example.com', isEmail: true, - defaultsTo: sails.config.mail.from.address || process.env.MAIL_FROM_ADRESS + defaultsTo: sails.config.mail.from.address || process.env.MAIL_FROM_ADDRESS }, fromName: {