From owner-freebsd-questions@FreeBSD.ORG Fri Dec 9 09:45:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E8F16A41F for ; Fri, 9 Dec 2005 09:45:53 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D35E43D46 for ; Fri, 9 Dec 2005 09:45:43 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1Ekeow-000G0l-Ad for freebsd-questions@freebsd.org; Fri, 09 Dec 2005 12:45:42 +0300 Received: from localhost.stc ([127.0.0.1] helo=sysadm.stc) by sysadm.stc with esmtp (Exim 4.54 (FreeBSD)) id 1EkeoW-0000Vt-2r for freebsd-questions@freebsd.org; Fri, 09 Dec 2005 12:45:16 +0300 Received: (from igorr@localhost) by sysadm.stc (8.13.4/8.13.3/Submit) id jB99jF2n001976 for freebsd-questions@freebsd.org; Fri, 9 Dec 2005 12:45:15 +0300 (MSK) (envelope-from igorr) Date: Fri, 9 Dec 2005 12:45:15 +0300 From: Igor Robul To: freebsd-questions@freebsd.org Message-ID: <20051209094515.GB878@sysadm.stc> References: <200512081216.34417.ashley.moran@codeweavers.net> <20051208133543.GA91095@sysadm.stc> <200512081504.46197.ashley.moran@codeweavers.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512081504.46197.ashley.moran@codeweavers.net> User-Agent: Mutt/1.5.11 X-Archived: Yes Subject: Re: Send emails with attachments from command line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 09:45:53 -0000 On Thu, Dec 08, 2005 at 03:04:46PM +0000, Ashley Moran wrote: > On Thursday 08 December 2005 13:35, Igor Robul wrote: > > On Thu, Dec 08, 2005 at 12:16:34PM +0000, Ashley Moran wrote: > > > Does anyone know how to send emails with attachments from the command > > > line? I've replaced sendmail with ssmtp and I can send plain messages > > > with mail, but I don't know how to go about preparing MIME encoded > > > emails. Any pointers? > > > > Look at > > mail/metamail > > > > also "mutt" can send mail with attachments in batch mode. > > > Thanks > > Metamail needs X11 which I don't want on the server, so I've gone with mutt. This is because it depends on XPM library. I have removed it manually and metamail works fine on my X11-less server :-) I use both mutt and metamail because metamail can "embed" content, while mutt does "simple" attachment.