Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sendmail
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Sendmail
Divers
Thread ID:
00673911
Message ID:
00673911
Vues:
49
What going wrong?
cannot find entry point sendmail in the dll
DECLARE Integer SendMail IN c:\sendmail\SendMail.dll ;
	String cProfileName, ;
	String cPassword, ;
	String cRecipientList, ;
	String cSubject, ;
	String cBodyText, ;
	String cAttachmentList, ;
	Integer nRequestReceipt, ;
	Integer nShowClient
cProfileName= space(33)
cPassword= space(33)
cRecipientList= space(33)
cSubject= space(33)
cBodyText= space(33)
cAttachmentList= space(33)
nRequestReceipt= 0
nShowClient= 0
*>
nResult=SendMail("","","elbolton@arkbluecross.com","test subject","text","",0,0) && Err here
**>
Edgar L. Bolton, B.S. B.B.A.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform