I'd like to test to see if I can send email unauthenticated from an smtp server from my red hat box.
If I want to send a test email from command-line, I would do something like this:
mail -s Test [email protected] < /dev/null
How do I specify an SMTP server to send the mail through?