mail
command. Now, we can do the same thing using mutt
:
$ echo "Mail body" | mutt -s "This is a mail with attachments" -a ~/mi_file.txt -a ~/mi_picture.png anne@octop.us
$
We can also use some pre-written file to use as the email body:
$ mutt -s "Mail with body from a file" anne@octop.us < ~/mail_body.txt
$
No hay comentarios:
Publicar un comentario