RE: [SLUG] Emailing non-ASCII data

From: Todd Robinson (mtrob@penguix.com)
Date: Wed Jun 05 2002 - 15:45:22 EDT


> There are perl modules that make this
> relatively easy.

The one I use for automated (scriptable sending of mail with attatched
files) is Mail::Sender.

perl -MCPAN -e 'install Mail::Sender'

It will ask for some config info, I leave most of them blank except for
the mail server and base encoding (Base64).

Then go here and see if you can find an example that is close to what
you want.

http://search.cpan.org/doc/JENDA/Mail-Sender-0.7.13.1/Sender.pm

After that its not to much to wrap some minor perl around it to feed it
addresses and file names.

Todd



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:24:11 EDT