On Sun, Sep 29, 2002 at 08:53:24AM -0700, Paul Seniuk wrote:
> I am attempting to send an html page as an attachment 
> with following Mutt command:
> 
> mutt -n -F /dev/null [EMAIL PROTECTED] 
> < /test/test.html
> 
> The message is sent, however the page attachment is within 
> the messaage body and only appearing as plain text. I 
> ~~think~ this is because the message is not being send as 
> MIME?
> 
> I have read through the Mutt Documentation (newbie here),
> and cannot get the right configuration in Muttrc to send the 
> message as attachment instead of inline. 

>From the mutt man page:

    OPTIONS
          -a file
              Attach a file to your message using MIME.

So in your case,

    mutt -n -F /dev/null -a /test/test.html [EMAIL PROTECTED] < /dev/null

HTH,
Gary

-- 
Gary Johnson                               | Agilent Technologies
[EMAIL PROTECTED]                   | Spokane, Washington, USA
http://www.spocom.com/users/gjohnson/mutt/ |

Reply via email to