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?
Asked
Active
Viewed 1.3k times
6
-
1You 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 Answers
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