From owner-freebsd-questions Sat Jan 29 8:18:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gus.orgus.ru (gus.orgus.ru [195.16.115.189]) by hub.freebsd.org (Postfix) with ESMTP id 6ED3916211 for ; Sat, 29 Jan 2000 08:18:05 -0800 (PST) (envelope-from vit@gus.orgus.ru) Received: from localhost (vit@localhost) by gus.orgus.ru (8.9.3/8.9.3) with SMTP id VAA15600 for ; Sat, 29 Jan 2000 21:13:23 +0500 (ES) Date: Sat, 29 Jan 2000 21:13:23 +0500 (ES) From: Victor M To: questions@freebsd.org Subject: appended mail Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can send message to the peer by putting the command in my program: cat some_message_file.txt | mail my_peer But this message will be sent in the body of the mail, and I want it to be sent as appended file, not in the body. It can be useful if you send not readable files, e.g. graphical images. Any thoughts? Victor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message