echo "Place message here: this is cool." | \
mutt -s "how to email from the commandline" \
-a with_mime_attachments.bz \
joe@example.org
Yes I know there's mail, but mail doesn't do MIME. :)
echo "Place message here: this is cool." | \
mutt -s "how to email from the commandline" \
-a with_mime_attachments.bz \
joe@example.org
No comments:
Post a Comment