In an older episode, on 2013-07-19 20:06, Dominik George wrote:
Hi,the key is that by sendmail, we mean the sendmail command. Postfix has a sendmail-compatible frontend. You can just use the mail command like so: $ mail -a "From: Your Name <yourm...@example.com>" -s "Your Subject" recpm...@example.com <<EOT Your Text EOT
Run $ mail --help to see the precise syntax. Newer mail(x) versions use "-a" to attach files. Hope this helps. wolfgang