Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WwIPstuff problems
Message
From
29/05/2003 11:03:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
WwIPstuff problems
Miscellaneous
Thread ID:
00793951
Message ID:
00793951
Views:
62
i use Ricks sample screen and it works

when I use
SET CLASSLIB TO ..\kbabase\business\wwIPSTUFF.vcx addi
o=CREATEOBJECT('wwIPStuff')
SET STEP ON 
o.cMailServer='po.state.ct.us'
o.cSenderEmail='peter.cortiel@po.state.ct.us'
o.cSenderName='Peter Cortiel'

o.cRecipient='peter.cortiel@po.state.ct.us'
*o.cCCList='rstrahl@east-wind.com,looser@nobody.com'
*o.cBCCList='fred@flintstone.com'
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:\config.sys'  && Optionally send file a attachment

llResult = o.SendMail()      
IF !llResult
   Wait window o.cErrorMsg
ENDIF

*** Optionally send Asynchronous without waiting for a result
*? o.SendMailAsync() 
return
** this works
local oShell
oShell = CREATEOBJECT('Shell.Application')
oShell.Open("mailto:peter.cortiel@po.state.ct.us")
I get the error: -3-COuldn't connect ot serve po.state.ct.us
but ricks screen can do it.

What could I been missing?

Peter
Peter Cortiel
Next
Reply
Map
View

Click here to load this message in the networking platform