Re[2]: Email on Windows Platform // HTTP Download for Mail::Sender?

2001-06-11 Thread Tim Musson
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

Re[2]: Email on Windows Platform

2001-06-11 Thread Evgeny Goldin (aka Genie)
SJR> I'm trying to get Mail::Sender (ok, ok I'm finally moving away from Blat!). That's the way Perl goes - fortunately, it has solutions for almost everything ! And that's why I love it .. SJR> I've been using the modules that come with Active State's basic Perl SJR> install. Mail::Sender is

Re[2]: Email on Windows Platform

2001-06-09 Thread Tim Musson
Hey Herb, I like net::smtp also, but I think it is at a lower level than Mail::Mailer so you need to know a little more about smtp to use it. I have not used Mail:: Mailer though. Wednesday, June 06, 2001, 7:39:45 AM, you wrote: HH> I have had great success with Net::smtp. >> I'm wondering how