Re: Does MUTT support command line interface
On Tue, Sep 21, 1999 at 06:34:06PM -0500, Kevin Arnold wrote: > I have a program that currently uses sendmail. I want to be able to send > attachments so I was thinking about switching to MUTT. The program, > however, sends the mail using a perl scriptso it is done through a CLI. > Can I do the same thing with MUTT but with the attachment feature? Quoting the manual page: SYNOPSIS mutt [-hnpRvxyzZ] [-a file] [-b address] [-c address] [-e command] [-f mailbox] [-F muttrc] [-H draftfile] [-i include] [-m type] [-s subject] OPTIONS ... -a file Attach a file to your message using MIME. ... Gero
Re: Does MUTT support command line interface
Kevin Arnold ([EMAIL PROTECTED]) wrote : > All, > > I have a program that currently uses sendmail. I want to be able to send > attachments so I was thinking about switching to MUTT. The program, > however, sends the mail using a perl scriptso it is done through a CLI. > Can I do the same thing with MUTT but with the attachment feature? > > Thanks, > Kevin Hi, I don't know if I'm understand correctly, but my answer is echo "body of mail" | mutt -a attachment -s subject recipient. -- Keso be smart, don't be retard!
Does MUTT support command line interface
All, I have a program that currently uses sendmail. I want to be able to send attachments so I was thinking about switching to MUTT. The program, however, sends the mail using a perl scriptso it is done through a CLI. Can I do the same thing with MUTT but with the attachment feature? Thanks, Kevin