On 07-Jan-2003/14:52 -0500, James Casey <[EMAIL PROTECTED]> wrote:
>Does any one of you knows how to use de "mutt". I wan to use it for
>sending automatic emails through a crontab. I heard it's a good option.

I recommend using the mail command instead:

  echo 'Some text here' | mail -s 'Test message' [EMAIL PROTECTED]
or
  cat sometextfile | mail -s 'Test message' [EMAIL PROTECTED]


If you need to send MIME attachments, try my sendfile script:

  http://www.pobox.com/~agreene/downloads/

It's pretty simple. The syntax is:

  sendfile filename recipient1[,recipient2]

It sends a single file to one or more recipients, using the MIME type
specified in /etc/mime.types or ~/.mime.types.

Tony
-- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]%3E>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to