Send email from commandline using postfix
Posted on June 3, 2014
Send email from commandline using postfix
echo "test message" | mailx -s 'test subject' name@yourdomain.com
Send email from commandline using postfix
echo "test message" | mailx -s 'test subject' name@yourdomain.com