Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sendmail
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00673911
Message ID:
00674426
Views:
22
thanks Bob,
I'll check into it.

>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
>>**>
>>
Edgar L. Bolton, B.S. B.B.A.
Previous
Reply
Map
View

Click here to load this message in the networking platform