Command line send

2002-04-10 Thread Carl Stehman
Does Mutt have a command line option to send an e-mail message directly from the command line like cat message |mail [EMAIL PROTECTED] does for sendmail on standard Unix? without any interactive action needed? Thanks Carl Stehman

Re: Command line send

2002-04-10 Thread Joel Hammer
Yes. mutt does the same thing. I believe that mutt even has an extra command line option or two. read: man mutt man mail Joel On Tue, Apr 09, 2002 at 09:33:02PM -0400, Carl Stehman wrote: Does Mutt have a command line option to send an e-mail message directly from the command line like cat

Re: Command line send

2002-04-10 Thread David T-G
Carl -- ...and then Carl Stehman said... % % Does Mutt have a command line option to send an e-mail % message directly from the command line like % cat message |mail [EMAIL PROTECTED] does for sendmail on % standard Unix? without any interactive action needed? You mean like cat message | mutt

Non-interactive command line send

2002-03-14 Thread Simon White
I have seen a few posts about this, but no matter how I try, I am missing something to make mutt send without prompting me for a password for my IMAP account, which is set up in my .muttrc file. I have a script which grabs today's Garfield comic, and /should/ then send it on to my wife. This

Re: Non-interactive command line send

2002-03-14 Thread Sven Guckes
* Simon White [EMAIL PROTECTED] [2002-03-14 10:24]: I have a script which grabs today's Garfield comic, and /should/ then send it on to my wife. This is what I have: mutt -x -s Daily\ Garfield -a ga$theimg.jpg [EMAIL PROTECTED] echo smooches | mutt -s Daily Garfield -a ga$theimg.jpg [EMAIL

Re: Non-interactive command line send

2002-03-14 Thread Simon White
14-Mar-02 at 12:39, Sven Guckes ([EMAIL PROTECTED]) wrote / schreibt : now, if crontab does all this then you probably have to use /dir/mutt. You telepathic fiend you. (idiomatic word order, for your English notes Sven) hmm... make mutt use some non-standard setup file then by applying the

Re: Non-interactive command line send

2002-03-14 Thread Ralf Hildebrandt
Am 14.03.2002 um 12:51:27 + schrieb Simon White folgendes: 14-Mar-02 at 12:39, Sven Guckes ([EMAIL PROTECTED]) wrote / schreibt : now, if crontab does all this then you probably have to use /dir/mutt. You telepathic fiend you. (idiomatic word order, for your English notes Sven) We have

Re: Non-interactive command line send

2002-03-14 Thread David T-G
Simon Ralf -- ...and then Ralf Hildebrandt said... % % Am 14.03.2002 um 12:51:27 + schrieb Simon White folgendes: % % You telepathic fiend you. (idiomatic word order, for your English notes Sven) % % We have this in German as well. But we use a comma: % You telepathic fiend, you. Same

Re: Non-interactive command line send

2002-03-14 Thread Simon White
David, Ralph... % We have this in German as well. But we use a comma: % You telepathic fiend, you. Same here in the US. *Blush* so I should have used a comma too. My mistake. My English is usually so good, too *sarcastic grin*. -- John Lennon:--v [Simon White. vim/mutt/Linux. [EMAIL

Re: Non-interactive command line send

2002-03-14 Thread Jeremy Blosser
On Mar 14, Sven Guckes [[EMAIL PROTECTED]] wrote: * Simon White [EMAIL PROTECTED] [2002-03-14 10:24]: I have a script which grabs today's Garfield comic, and /should/ then send it on to my wife. This is what I have: mutt -x -s Daily\ Garfield -a ga$theimg.jpg [EMAIL PROTECTED] echo