Re: sendmail attachments

From: Simon Marchese (simon_marchese_at_UK.IBM.COM)
Date: 11/25/04

  • Next message: Chafik,Basim: "Re: sendmail attachments"
    Date:         Thu, 25 Nov 2004 17:47:35 +0000
    To: aix-l@Princeton.EDU
    
    

    Doing it that way will send the "attachment" as the body text of the
    email. You need a mail client that understands attachments - I recommend
    "mutt" (http://www.mutt.org/) which works rather simply. Try "mutt -s
    'Subject' -a <attachment> user@address.com <body". It even handles
    multiple attachments properly ("mutt -s 'Subject' -a <first attachment> -a
    <second attachment> user@address.com <body"). For a null body use
    </dev/null.

    Simon.

    IBM AIX Discussion List <aix-l@Princeton.EDU> wrote on 25/11/2004
    17:21:47:

    > Hope this isn't a duplicate post as my email client crashed after
    > trying to post a question
    > about mail problems. How ironic.
    > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    > I've searched the archive and google but can someone help me with this.
    > I send attachments from my aix servers to my groupwise email account
    > through our SMTP gateway
    > via the < command (ie. mail user@domain <attachement).
    >
    > With this method the attachment arrives as the message body rather
    > than an attachment as desired.
    >
    > Is there another way to do this? Can I make a configuration change
    > in sendmail or is this
    > a function of my gateway and uuencoded vs MIME attachments?
    >


  • Next message: Chafik,Basim: "Re: sendmail attachments"