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:
Divers
Thread ID:
00673911
Message ID:
00674248
Vues:
20
This message has been marked as the solution to the initial question of the thread.
Many people use blatt.dll for a sendmail replacement.
Here is some basic code.
http://www.1amsoftware.com/blatstuff/Bobx%20VFP%20Blat%20Page.htm
or
http://www.jassing.com/vfp.htm

Bob Lee


>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
>**>
>
In the beginning, there was a command prompt, and all was well.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform