[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: command to send mail



> -----Original Message-----
> From: Eric Gaumer [mailto:egaumer@pagecache.org] 
> Sent: Friday, May 06, 2005 3:28 PM
> To: David Roguin
> Cc: Debian User List
> Subject: Re: command to send mail
> David Roguin wrote:
> > Hello,
> > Do you know any command to send a mail with an attached file?
> mutt email@ddress -a <file> -s "Subject of email" < email_body
> Eric Gaumer
> Debian GNU/Linux PPC
> egaumer@pagecache.org
> http://egaumer.pagecache.org
> PGP/GPG Key 0xF15D41E9

I don't mean to hijack this thread, but I've always done this:

mutt -s SubjectHere -a /path/to/attachment someone@somewhere.com < /dev/null

It's nice because the e-mail just goes with the attachment and
no further prompts are needed, but how does the "email_body" fit into this?

If I try Eric's example I'm told:

-bash: email_body: No such file or directory

Patrick.



Reply to: