Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending email with wwipstuff
Message
De
25/07/2003 22:39:52
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
Sending email with wwipstuff
Divers
Thread ID:
00813691
Message ID:
00813691
Vues:
41
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform