I use this with an Outlook client:

use Win32::OLE;
$outlook = new Win32::OLE('Outlook.Application');
die "Can't start Outlook: $!" if !defined $outlook;

etc etc.

> -----Original Message-----
> From: Aaron Petry [mailto:[EMAIL PROTECTED]]
> Sent: 29 November 2001 15:15
> To: [EMAIL PROTECTED]
> Subject: Sending mail on a Win32 system.
> 
> 
>       I've seen all sorts of ways to send mail on a *nix 
> system, but I can't 
> find a good module to use with Win32.  Does anyone have any 
> suggestions on 
> how to send an e-mail message on win32 systems?  
> Mail::Sendmail doesn't 
> seem to work.
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to