









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] backup storage trade
* bg <gonzales@thuntek.net> [Dec 03, 2004 at 09:01:05PM MST]:
> I have about 3000 photos I've taken with my digital camera. They're all
> numbered from DCP0001 to DCP3120, and are all roughly 1024*768 pixels
> apiece. I'd like to find (or write) a script that sends each - in
> individual emails, with the file name as the email's subject - to my
> gmail and yahoo accounts. Since the storage required is >1GB, I wouldn't
> be able to send all of them to one account.
>
> I'm not sure Gmail's bandwidth would allow for this, but why offer 1GB
> of storage if they can't handle it?
>
> Any idea how to do this?
A small Perl script using the MIME::Lite module should be able to
accomplish this quite easily:
http://search.cpan.org/~yves/MIME-Lite-3.01/lib/MIME/Lite.pm
|
|