mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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(),
|
from: self.from(),
|
||||||
to: to,
|
to: to,
|
||||||
generateTextFromHTML: true,
|
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) {
|
return new Promise(function (resolve, reject) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue