0

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?

muru
  • 197,895
  • 55
  • 485
  • 740
Anandu M Das
  • 2,233

1 Answers1

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