Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Sending mail in windows

by Anonymous Monk
on Aug 09, 2002 at 14:39 UTC ( [id://188920]=note: print w/replies, xml ) Need Help??


in reply to Re: Sending mail in windows
in thread Sending mail in windows

This work well with winNT... but not with win2000. I don't know why! <CODE>

$sObjMail = Win32::OLE->new('PAINET.MAILMSG');

$sObjMail->SetFrom("From\@me");

$sObjMail->AddTo("To\@you");

$sObjMail->SetSubject("A mail");

$sObjMail->SetBody("Hello");

$sObjMail->Deliver();

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://188920]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-20 00:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found