Re: sending a mail with a file joined

From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 06/28/04


Date: Mon, 28 Jun 2004 19:59:16 GMT

On Mon, 28 Jun 2004 21:09:23 +0200, Rahan , le fils des âges farouches <nospam@rahan.com> wrote:
>
>
> Hi!
> I would like to know how to send, if possible, a mail with a file joined ?
> I want the to be joined, not included in the body of the mail.
> Thanks for your help.

You must mean "attached" instead of "joined". Your mail client should handle
that.

If you are using mail(x), you can add the headers and identifying
lines ('body header') for an attachment with a script called from within
the program.

An attachment is actually part of the body, it's just a part of the
body identified with a 'body header'.

If you *are* running just mail(x), try mutt.

AC