Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mipmmail
Message
De
14/11/2003 20:51:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Mipmmail
Divers
Thread ID:
00850171
Message ID:
00850171
Vues:
55
I am using mipmmail class. When I try it from development computer it work fine, but when I test my exe at client computer, it prompt me

VFP ERROR : 107
SENDMAIL:140

How to fix it?

TIA

Here is my code

THISFORM.cusmapi1.sendmail('','',mRecipients,mSubject,mBody,mPthFile)
mNo = THISFORM.cusmAPI1.getErrorCount()
IF mNo = 0
ELSE
MESSAGEBOX(THISFORM.cusMapi1.GetErrorInfo(mNo),16,'Error')
ENDIF
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform