Hey Joel,

Monday, June 11, 2001, 2:51:17 PM, you wrote:

SJR> I'm trying to get Mail::Sender (ok, ok I'm finally moving away
SJR> from Blat!).

SJR> I've been using the modules that come with Active State's basic
SJR> Perl install. Mail::Sender is not included from what I can tell.
SJR> I went to CPAN but it looks like they only do FTP transfers and
SJR> not HTTP transfers. Since my work does not allow FTP beyond the
SJR> firewall, is there another solution for downloading?

If you are using ActiveState's Perl on an M$ OS, you probabily want to
use PPM to get your modules.  Kind of a no brainer to use.

Drop to a command prompt and type   PPM

You are looking for Mail::Sender, so you can search on   mail
I entered    search mail   and got the following back
   8<---cut==================
Mail-Sender           [0.7.06] module for sending mails with attachments
                               through an SMTP
   8<---end cut==================

Now you know what ppm calls the module, so you just type
    install Mail-Sender
and answer whatever questions it asks as you want.

-- 
[EMAIL PROTECTED]
Using The Bat! eMail v1.51
Windows NT 5.0.2195 (Service Pack 1)
Why isn't there mouse-flavored cat food?


Reply via email to