mludvig / smtp-cli

The ultimate command line SMTP client
http://smtp-cli.logix.cz
187 stars 32 forks source link

fix SMTP syntax errors in "RCPT TO" and "MAIL FROM" #10

Closed DerDakon closed 7 years ago

DerDakon commented 8 years ago

It's "MAIL FROM:<…>" and "RCPT TO:<…>", i.e. no spaces between colon and opening brace, see RfC 5321, page 20.

Fixes #9.

DerDakon commented 7 years ago

ping?

mludvig commented 7 years ago

Merged, thanks! Sorry for the delay, it only took me a year ;)