We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello,
I am using node-sendmail with debian 8, node 6.11, sendmail latest. Everything is incredibly simple and working well (spf, dkim...).
The only problem i am meeting, is mail content are truncated at the first dot followed by \r\n.
Is their a way to overcome this trend ? Many thanks.
Matthieu
The text was updated successfully, but these errors were encountered:
@Geex-Renzo thoughts?
Sorry, something went wrong.
\r\n is specified as a seperator in SMTP. Best to avoid it's usage. Maybe use HTML instead of plain text and replace \r\n with <br>
\r\n
<br>
@GreenPioneer Maybe replacement of \r\n in the message by default would work.
Im gonna try that out this week - are any of you still using sendmail and could validate if it works for you ? @ShynRou @MatthieuHPP @Geex-Renzo
No branches or pull requests
hello,
I am using node-sendmail with debian 8, node
6.11, sendmail latest. Everything is incredibly simple and working well (spf, dkim...).
The only problem i am meeting, is mail content are truncated at the first dot followed by \r\n.
Is their a way to overcome this trend ?
Many thanks.
Matthieu
The text was updated successfully, but these errors were encountered: