Rohesia,
   I'm not a Windows user and I don't play one on TV, but did a little bit of Google 
searching
http://www.google.com/search?q=perl+mailer+windows
and came up with this:
http://www.atexcellence.com/windows-nt-perl-mail-problems.htm#mailmod

This website goes through examples, using a "Linux Way" as a prototype (open MAIL, 
"|/bin/mail")
and then doing three examples the Windows NT way using each of the different modules.

In a nutshell, you might look at using one of the following Perl Modules:

                                    Mail::Sender - module for sending mail with 
attachments through an SMTP server - object oriented.
                                    Mail::Sendmail - Simple platform independent 
mailer, also sends attachments.
                                    Net::SMTP  - Simple Mail Transfer Protocol client 
from the libnet bundle.

which can be downloaded and installed from www.cpan.org. Good luck!
        Pete Emerson

--
Mynd you, møøse bites Kan be pretty nasti...


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

Reply via email to