Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WwIpStuff SendEmail
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01519266
Message ID:
01519582
Views:
39
>Hi,
>
>Once in a while (not very often) when email is sent via wwIpStuff of West Wind the body of the email message shows the "header" of the email. That is, it shows more technical information in the body of the message than should be.
>
>What affects this? TIA.

Dmitry,

What do you mean exactly, "email is sent via wwIpStuff of West Wind" ?
For instance, I control each parameter while directly calling dll, like:
DECLARE integer SendMail ;
		   IN ...wwIpStuff.dll ;
		   STRING cFrom, ;
		   STRING cFromName, ;
		   STRING cTo, ;
		   STRING cCC, ;
		   STRING cBCC, ;
		   STRING cSubject, ;
		   STRING cMessage, ;
		   STRING cAttachment,; 
		   STRING cMailHost,;
		   STRING @cError,;
		   STRING cContentType,;
		   INTEGER nPort,;
		   STRING cExtraHeaders
......
lnError=SendMail(lcSenderEmail, lcSenderName,;
	            	lcRecipient, lcCCList,lcBCCList,;
		        lcSubject, lcMessage, lcAttachment,;
        	    		lcMailServer,@lcError,lcContentType,;
                     	                     nSMTPPort,cExtraHeaders)
.......
Are you getting any errors?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform