Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating HTML email
Message
 
 
To
04/10/1999 15:43:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00271744
Message ID:
00272443
Views:
29
>>>This might be off topic but I'd like to send an HTML page as the email message not as an attachment. I'm generating the HTML pages in VFP6 and using BLAT for sendmail. The problem I'm having is the message looks like HTML source code and not and HTML page. The email clients are Eudora and Outlook, both support HTML format email.
>>
>>Chris send yourself a text email and then an html email you will see stuff in the header the tells the email client what the content is
>>
>>
>>Content-Type: text/plain;
>>	charset="iso-8859-1"
>>
>>Content-Type: multipart/related;
>>	type="multipart/alternative";
>>	boundary="----=_NextPart_000_001F_01BF0CC5.E47C3860"
>>
>
>Evan - Ok, now how would I wrap the message with this? I know I can't just add the "Content-Type: text/html" to the top of the file. Would this be a function of the sendmail program I'm using or would it be the way I write the file out?

Don't know. Blat must have some option for content type.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform