From owner-freebsd-questions@FreeBSD.ORG Fri May 15 07:20:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C05A6106566B for ; Fri, 15 May 2009 07:20:42 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 99A028FC22 for ; Fri, 15 May 2009 07:20:42 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n4F7KfV3097350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 15 May 2009 00:20:41 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n4F7KfgP097349; Fri, 15 May 2009 00:20:41 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA28566; Fri, 15 May 09 00:16:28 PDT Date: Fri, 15 May 2009 00:16:10 -0700 From: perryh@pluto.rain.com To: kelly.terry.jones@gmail.com Message-Id: <4a0d16ba.ApiHDVDXSwCgWiXy%perryh@pluto.rain.com> References: <26face530905142020t55df0c76tc7c18547967d2526@mail.gmail.com> <4ad871310905142024i7c9b697anca04edaeb17de001@mail.gmail.com> In-Reply-To: <4ad871310905142024i7c9b697anca04edaeb17de001@mail.gmail.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: glen.j.barber@gmail.com, freebsd-questions@freebsd.org Subject: Re: Emailing 100+ PDFs, one at a time, to a given address 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, 15 May 2009 07:20:43 -0000 Glen Barber wrote: > On Thu, May 14, 2009 at 11:20 PM, Kelly Jones > wrote: > > I need to email 100s of PDFs, 1 per email, to a given address. > > > > What's the easiest way to do this? > > > > /usr/bin/Mail won't work, since > > PDFs are binary, so I must first BASE64 encode them. ... > If you can install mail/mutt, you can replace (for the most part) > /usr/bin/mail with /usr/local/bin/mutt and still script it. Or, for a MIME-compliant mailer that is intended to be 100% upward- compatible with /usr/bin/Mail, check out ports/mail/heirloom-mailx.