0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Clean up whitespace from #4349.

This commit is contained in:
Jason Williams 2014-11-16 18:14:18 +00:00
parent 02d4b18863
commit cb544d7e81

View file

@ -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) {