I'm having trouble trying to send email with the unix mail command. Currently I'm trying this:
echo "something" | mail -s "test mail" [email protected]
But when I check my email, I haven't received it.
How do I get it working? I'm using Mac OS X 10.7
-v
option tomail
. – Flup Apr 5 at 13:44