Wednesday, February 24, 2010

Send test mail from command line with Sendmail

In shell run this command:

( echo subject: test; echo ) | sendmail -v -oi YOUR-EMAIL@ADDRESS.COM

No comments: