I am using Ubuntu 14.04. I think the mutt command is not available with this version of Ubuntu. Then how can I mail an attachment using terminal commands?
Asked
Active
Viewed 3,190 times
0
-
It is available. – muru Sep 25 '14 at 14:18
1 Answers
3
mutt
command may not be installed by default. You can install it using sudo apt-get install mutt

aneeshep
- 30,321
-
Thank you. Do you know any default mailer commands to send attachments which comes as default? What about sendmail? – Anandu M Das Sep 25 '14 at 14:26
-
This is a similiar thread. http://askubuntu.com/questions/525559/send-file-as-attachment-not-contents-of-file/525561#525561.
check the 2nd answer.
– aneeshep Sep 25 '14 at 14:31