On Sunday, May 19, 2002, at 08:17 , HENRY,MARK (HP-Roseville,ex1) wrote:
[..]
> Anyone know how to fire off an email on a windows box from a perl script?
> No guarantee that the machine the script executes on would have an
> outlook/isapi client installed..

what you want to look for is

        Net::SMTP

or

        Mail::Mailer

if your WIN32 box can run sendmail the simple solution is
http://www.wetware.com/drieux/pbl/Sys/howToSendEmail.txt

other stuff on email I have in

http://www.wetware.com/drieux/pbl/email/

ciao
drieux

---

note - we are chasing down a possible bug in the
Mail::Mailer::smtp that does not allow some of
the accessibility to the underlying Net::SMTP
that might be useful.


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

Reply via email to