diff --git a/core/server/mail.js b/core/server/mail.js index e729400204..6d0ba6747b 100644 --- a/core/server/mail.js +++ b/core/server/mail.js @@ -77,7 +77,7 @@ GhostMailer.prototype.send = function (message) { from: self.from(), to: to, generateTextFromHTML: true, - encoding: 'base64' // Outlook doesn't like default 'quoted-printable' encoding inside links when the url is splited with '=' + encoding: 'base64' }); return new Promise(function (resolve, reject) {