Emailing using Perl on a Windows system is pretty much the same as emailing
on any system, provided that you have access to an SMTP server.  If you know
the DNS name or address of your SMTP server, then check out the following
modules:

Mail::SendMail;
Mail::Sender;
Net::SMTP;

(I might have the case wrong, so double-check them before using them)

-----Original Message-----
From: Rajendra Babu, Praveen
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 15, 2002 11:27 PM
To: '[EMAIL PROTECTED]'
Subject: Mailing from Windows 98


Hello All,
     I am to write a program which also mails the result of the execution. I
am doing this in Windows 98. Can someone please guide me from where could I
start knowing more about e-mailing using Perl in Windows system.

Thanks in advance,
Praveen
       

IMPORTANT-
(1) The contents of this email and its attachments are confidential and 
intended only for the individual or entity named above. Any unauthorised
use of the contents is expressly prohibited.  If you receive this email 
in error, please contact us, then delete the email.
(2) ACNielsen collects personal information to provide and market our 
services. For more information about use, disclosure and access see our 
privacy policy at <www.acnielsen.com.au> or contact us on
[EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to