mludvig / smtp-cli

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

Linebreaks in --body-plain #21

Closed omexlu closed 3 years ago

omexlu commented 3 years ago

Hello,

How can I insert linebreaks in --body-plain?

Thanks in advance.

omexlu commented 3 years ago

Using this works:

VARIABLE="THIS LINE BREAKS"

--body-plain="$VARIABLE"

Maybe there are a better solution :)