{{tag>mail}} ====== 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 ====== * [[wiki:send_test_email_via_php|Send test email via php]] ====== References ======