Date: Thu, 14 May 2009 23:24:02 -0400 From: Glen Barber <glen.j.barber@gmail.com> To: Kelly Jones <kelly.terry.jones@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Emailing 100+ PDFs, one at a time, to a given address Message-ID: <4ad871310905142024i7c9b697anca04edaeb17de001@mail.gmail.com> In-Reply-To: <26face530905142020t55df0c76tc7c18547967d2526@mail.gmail.com> References: <26face530905142020t55df0c76tc7c18547967d2526@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 14, 2009 at 11:20 PM, Kelly Jones <kelly.terry.jones@gmail.com> 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. > > I could write a Perl script to BASE64 encode them and MIME-wrap them, > but is there an existing tool for this? > 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. HTH -- Glen Barber
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ad871310905142024i7c9b697anca04edaeb17de001>