Mutt

From Bashlinux
Jump to: navigation, search

How to install mutt

  • CentOS/Fedora
yum install mutt
  • Debian/Ubuntu
apt-get install mutt

How to send an email with attachment from the CLi

export EMAIL="User Name <[email protected]>"; mutt -s "Hellow workd" -a audio.WAV -- [email protected] < content.txt