Off topic question:
I have a Debian box that I want to send an email message from the command line. I have tried the better part of a day on this with no success. The following code should send an email to my ISP account with the subject line "Test Subject Line":
My ISP uses SMTP authentication.Code:mail -s "Test Subject Line" myname@myISP.com </dev/null
Any suggestions?