Closed DerDakon closed 7 years ago
Thanks for the report, you're indeed correct. Out of interest - what SMTP server rejects the space? I haven't had any other reports about that...
Michael
On 15/01/16 11:46, Rolf Eike Beer wrote:
It's "MAIL FROM:<…>" and "RCPT TO:<…>", i.e. no spaces between colon and opening brace, see RfC 5321 https://tools.ietf.org/html/rfc5321#page-20.
— Reply to this email directly or view it on GitHub https://github.com/mludvig/smtp-cli/issues/9.
Qsmtp has a per-user setting to reject those as they are often a sign of spam bots.
It's "MAIL FROM:<…>" and "RCPT TO:<…>", i.e. no spaces between colon and opening brace, see RfC 5321.