From: "Derek Brinson" <[EMAIL PROTECTED]>
> I have a PERL installed on a WinIIS box. This script queries a (SQL)
> database, makes a few minor manipulations to that data, then builds a
> small paragraph of text, from there.
>
> So, how do I send that text info to an e-mail address (gathered from
> that same database)? How about several e-ddresses?
>
> Surely there are several ways to do this. Isn't there a specific PERL
> statement especially for this kind of thing?
You may use one of the many Mail related modules on CPAN.
Net::SMTP, Mail::Sendmail, Mail::Sender, MIME::Lite, ...
They are all instalable via ppm
Eg.
c:\> ppm install Mail-Sender
perldoc Name::Of::Module
will show you the docs then.
Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]