Mutt

From Bashlinux
Revision as of 02:11, 17 June 2015 by Manpaz (talk | contribs) (Created page with "__NOTOC__ === How to install mutt === * '''CentOS/Fedora''' yum install mutt * '''Debian/Ubuntu''' apt-get install mutt === How to send an email with attachment from the CL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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