Sendmail

From Linuxintro

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