What do you want to do, send or receive mail?  What is your application?

There are many tools out there but here a some I have used:

To send mail look at Mail::Sender
   ppm install Mail-Sender --location=http://Jenda.Krynicky.cz/perl

To receive mail look at Mail::POP3Client
   ppm install Mail-POP3Client

If you need to access mailboxes other than the inbox you will need to 
use IMAP (get Mail::IMAPClient from CPAN) or perhaps you can use OLE to 
talk to the exchange server?

--
   Simon

Alloun, Jonathan wrote:

> 
> Hello,
> 
> I have looked at Net::SMTP and MIME::Lite but without much success in 
> getting them to work.
> 
> I have also found out that the exchange server (Version 5.0) that the 
> Perl program will be available to use has the following protocols 
> installed :
> 
> IMAP4
> LDAP
> NNTP
> POP3
> 
> I am new to the e-mail ins and outs and so these four (at the moment) do 
> not mean anything to me.
> 
> I wonder if someone out there could shed some light on the subject and 
> perhaps even suggest a Perl module that is compliant with one of the four???
> 
> Many thanks,
> 
> Jonathan

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to