>Good to know...thanks.  Hmmm...I think we have wwIPStuff here at Sylvan.
>   Are there published docs for this?

Here's the example from the wwc doc:

o=CREATEOBJECT("wwIPStuff")

o.cMailServer="mail.yourmailserver.net"
o.cSenderEmail="[email protected]"
o.cSenderName="Rick Strahl"

*** Optional Username
* o.cUsername = "ricks"
* o.cPassword = "secret"

o.cRecipient="[email protected],[email protected]"
o.cCCList="[email protected],[email protected]"
o.cBCCList="[email protected]"
o.cSubject="wwIPStuff Test Message"
o.cMessage="Who said this had to be difficult?"

* o.cContentType = "text/html"  && Optionally send HTML content
* o.cAttachment="c:\temp\somefile.pdf,c:\temp\another.txt"  && 
Optionally send file attachments

llResult = 
o.<mk:@MSITStore:C:\wwc468\wconnect.chm::/_s9001zxho.htm>SendMail()
IF !llResult
    Wait window o.cErrorMsg
ENDIF

*** Optionally send Asynchronous without waiting for a result
*? o.SendMailAsync()



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to