>>>>> In <[EMAIL PROTECTED]> 
>>>>>   [EMAIL PROTECTED] wrote:

> I believe there's a command for e-mailing a file without having to use an
> MTU, but directly from the command line.  mailx, smail,... any ideas?

If you want to send a textfile:

$ mailx -s "Subjecttext" [EMAIL PROTECTED] < FILENAME

If you want to send binary data you must convert it to text with uuencode
(or mmencode):

$ uuencode FILENAME < FILENAME | mailx -s "Subjecttext" [EMAIL PROTECTED]

greetings Carsten
-- 
GiS - Gesellschaft fuer integrierte Systemplanung mbH   Tel. +49-6201-503-38
Carsten Schabacker                                      Fax  +49-6201-503-66
Junkersstr. 2                               E-Mail  [EMAIL PROTECTED]
D-69469 Weinheim                                          http://www.ibfs.de

Reply via email to