Sendmail
From Linuxintro
Revision as of 15:00, 7 February 2012 by imported>ThorstenStaerk
Sendmail is a command to send mails from the command line without a need for a GUI based mail program. This way you can send mails in an automated fashion.
Basic usage:
sendmail -t recipient@domain.com This is a test mail .
To see if this mail has been sent use the mailq command:
mailq