Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sendmail
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Sendmail
Miscellaneous
Thread ID:
00673911
Message ID:
00673911
Views:
50
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.
Next
Reply
Map
View

Click here to load this message in the networking platform