<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">On Tuesday 01 September 2009 11:05:00 am Chris G wrote:<br>
> On Tue, Sep 01, 2009 at 10:55:59AM -0500, Michael Satterwhite wrote:<br>
> >    I installed mailutils to enable command line email for scripts on my<br>
> >    system. As a test, I ran<br>
> ><br>
> >    mail -s "Test Message" michael@weblore.com < /dev/null<br>
> ><br>
> >    It seemed to run without error, but I never received the test message.<br>
> >    Obviously, I need to do something else to get the mail program<br>
> > working. Would someone be so kind as to let me in on the magic that I'm<br>
> > missing?<br>
><br>
> By redirecting from /dev/null you sent yourself an empty message so it<br>
> doesn't seem to me to be very surprising that you received nothing.<br>
> Try redirecting from a text file of some sort.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Actually, if you execute the command it will tell you that it sent a message with an empty body - which should have been received. There is no requirement that a message have a body.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Regardless, I have tried it as well with a small text file. Same results.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>