Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WwIpStuff SendEmail
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01519266
Message ID:
01519582
Vues:
40
>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform