6

I've installed ssmtp and I can send emails fine using the ssmtp command. However the mail command doesn't work. How do I set this up?

DD.
  • 3,024
  • 10
  • 34
  • 50
  • 1
    You don't say which distribution or version of Linux, UNIX or anything else you're using. So doing that would be useful. ssmtp for example could be running under Cygwin and the answer will be totally different if it's running under Debian, or SLES, etc. – EightBitTony May 17 '12 at 12:27

3 Answers3

6

The command mail is usually provided by the mailx package.

License : BSD with advertising and MPLv1.1 Description : Mailx is an enhanced mail command, which provides the functionality : of the POSIX mailx command, as well as SysV mail and Berkeley Mail : (from which it is derived).

Spider
  • 76
  • 1
5

In case you're using Ubuntu: sudo apt-get install mailutils

ErJab
  • 288
  • 4
  • 12
4

If you are using Red Hat / CentOS: sudo yum -y install mailx

Suman
  • 597
  • 1
  • 5
  • 12