Table of Contents

Send test email from server

Install mail package first.

Send mail from server:

echo "This is a test." | mail -s Test user@example.com

Tested on

See also

References