mludvig/smtp-cli

Linebreaks in --body-plain

Closed this issue · 1 comments

Hello,

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

Thanks in advance.

Using this works:

VARIABLE="THIS
LINE
BREAKS"

--body-plain="$VARIABLE"

Maybe there are a better solution :)