ssmtp - Mail command not found
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?
Solution 1:
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).
Solution 2:
In case you're using Ubuntu: sudo apt-get install mailutils
Solution 3:
If you are using Red Hat / CentOS: sudo yum -y install mailx