muquit / mailsend

A program to send mail via SMTP from command line
Other
294 stars 68 forks source link

Message body on stdin #158

Open brianjmurrell opened 2 years ago

brianjmurrell commented 2 years ago

I find it quite surprising that there seems to be no way to pipe the message body to mailsend on it's stdin. This is a very common paradigm for mail clients.

Is there a technical reason this cannot be done?