mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Merge pull request #4464 from jaswilli/whitespace
Clean up whitespace from #4349.
This commit is contained in:
commit
f76088169a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue