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:
01519611
Views:
33
>>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?

Yuri,

I use the library wwIpStuff.vcx that came with the wwIpStuff (that I bought years ago). I actually just upgraded to the current version of West Wind toolkit. And everything worked and works. I get no error message. Except, sometimes, the recipient of the email that was initiated by VFP code that uses wwIpStuff will see in the body of the email message the "header" of the email. For example, they will see the Sender email, Sender name, subject in the body of the email message. These fields should not be "duplicated" to the body of the message. I should mention that I cannot duplicate the problem but I can clearly see (from my communication with a customer) that they have this problem.

So Rick suggested that first I upgrade to the current version. He said on the West-Wind message board that there could have been possibility that the previous version of wwIpStuff would allow line break to be in the Subject line. This, he says, would cause the effect that my customer is experiencing.

I have downloaded the update but the customer was not available today for the update so I don't know, yet, if this will solve the problem.

Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform