manyuanrong / deno-smtp

SMTP implements for deno
MIT License
78 stars 26 forks source link

Extra Info being injected into an email over AWS SES #36

Closed timonson closed 3 years ago

timonson commented 3 years ago

The same problem described in this stackoverflow question occurs using AWS SES.

I was able to fix it by adding "+ \r\n" to the header in smtp.ts. Will make a PR soon.