Skip to content

Commit

Permalink
Fixed issue #44
Browse files Browse the repository at this point in the history
  • Loading branch information
gheinzer committed Mar 18, 2022
1 parent f4602a5 commit a51c92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/mail.js
Expand Up @@ -25,6 +25,7 @@ function sendHTMLMail(
to: decodeURIComponent(receiver),
subject: subject,
html: body,
textEncoding: 'base64'
})
.then(function (info) {
callback(info);
Expand Down

0 comments on commit a51c92f

Please sign in to comment.