You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the example provided in the README to send an email to an Exchange server, the recipient receives an email with no contents. From a quick look at smtp.ts, this happens because there's no blank line before the content. Indeed, if I prefix config.content with an additional \r\n, the content comes through as expected.
The text was updated successfully, but these errors were encountered:
fuglede
changed the title
Content is empty due to missing whitespace
Content is empty due to missing blank line
Jul 11, 2020
If I use the example provided in the README to send an email to an Exchange server, the recipient receives an email with no contents. From a quick look at
smtp.ts
, this happens because there's no blank line before the content. Indeed, if I prefixconfig.content
with an additional\r\n
, the content comes through as expected.The text was updated successfully, but these errors were encountered: