Re: What option is used to attach a document

2002-06-10 Thread jext

if you want send a mail from the "command line" and attach a document, 
I 
suggest you the "mime-construct" package... Its very usefull for scripts and 
other stuffs..

agur.

El Sáb 08 Jun 2002 00:42, Ade Talabi escribió:
> I have looked and can not find an option. How do you attach a document to a
> mail, when using sendmail?
>
> Thanks in advance.

-- 
Josu <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: What option is used to attach a document

2002-06-10 Thread jext


if you want send a mail from the "command line" and attach a document, I 
suggest you the "mime-construct" package... Its very usefull for scripts and 
other stuffs..

agur.

El Sáb 08 Jun 2002 00:42, Ade Talabi escribió:
> I have looked and can not find an option. How do you attach a document to a
> mail, when using sendmail?
>
> Thanks in advance.

-- 
Josu <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: What option is used to attach a document

2002-06-07 Thread Jeremy C. Reed
On Fri, 7 Jun 2002, Ade Talabi wrote:

> I have looked and can not find an option. How do you attach a document
> to a mail, when using sendmail?

An attachement needs to be encoded.

You could use mutt client via command-line with "-a" switch.

Or use uuencode.

Maybe mpack.

Or manually add Mime headers and Mime encoding to the mail you generate
before sending to sendmail.


> Anyone following the world cup? I am not happy!

That reminds me to watch the next NBA game ...

  Jeremy C. Reed

 BSD software, documentation, resources, news...
 http://bsd.reedmedia.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: What option is used to attach a document

2002-06-07 Thread Jeremy C. Reed

On Fri, 7 Jun 2002, Ade Talabi wrote:

> I have looked and can not find an option. How do you attach a document
> to a mail, when using sendmail?

An attachement needs to be encoded.

You could use mutt client via command-line with "-a" switch.

Or use uuencode.

Maybe mpack.

Or manually add Mime headers and Mime encoding to the mail you generate
before sending to sendmail.


> Anyone following the world cup? I am not happy!

That reminds me to watch the next NBA game ...

  Jeremy C. Reed

 BSD software, documentation, resources, news...
 http://bsd.reedmedia.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]