> -----Original Message-----
> From: Scot Robnett [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 27, 2002 2:08 PM
> To: Burak G�rsoy; Bryan T. O'Malley;
> [EMAIL PROTECTED]
> Subject: RE: sending a file as an e-mail Attachment using Perl
> 
> 
> I also use MIME::Lite. Works like a charm on *NIX, but I 
> can't get it to
> work with IIS on Win2K. I guess it's because my Windows host 
> requires you to
> use a CDO object instead of an actual executable mail 
> program, since they're
> an ASP shop.

You can use Net::SMTP from IIS with no problem.  It works more reliably than
CDONTS, in fact, because it has less that can go wrong (such as permissions,
incorrect component registration, and the other difficult-to-troubleshoot
hassles you get from a Microsoft solution).  Mime::Lite can be configured to
use Net::SMTP as its delivery mechanism.  I'd recommend doing that when
using NT/W2k/XP.

jpt
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to