Com mutt
, você pode simplesmente usar:
echo "This is the message body" | mutt -a "/path/to/file_to_attach" -s "subject of message" -- [email protected]
Usando o comando mail
:
mail -a /opt/emailfile.eml -s "Email File" [email protected] < /dev/null
-a
é usado para anexos.
Você pode usar SendEmail
:
sendemail -t [email protected] -m "Here is the file." -a attachmentFile