Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending email with wwipstuff
Message
From
25/07/2003 22:39:52
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Sending email with wwipstuff
Miscellaneous
Thread ID:
00813691
Message ID:
00813691
Views:
40
I am trying to send email and I get

Error 550 Unknown user

however the Joel@qtss.com is the recepient and not the sender and I should be able to use any recepient address.

o=CREATEOBJECT('wwIPStuff')
o.cMailServer='pearland.com'
o.cSenderEmail='joel@Pearland.com'
o.cpassword="frances"
o.cSenderName='Test '
o.cRecipient="Joel@qtss.com"
o.cSubject='Your new Seaport Museum Login ID'
o.cMessage='Thank you '

llResult = o.SendMail()

IF !llResult
Wait window o.cErrorMsg timeout 10
ELSE
WAIT wind "Email sent " timeout 2
ENDIF
Next
Reply
Map
View

Click here to load this message in the networking platform