I send out thousands of emails everyday using wc and they have embedded images, hyperlinks, etc. Create a sample webpage using your favorite html editor, then copy the html code and put it inside a text/endtext section.
John -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Geoff Sent: Wednesday, February 16, 2011 10:23 PM To: 'ProFox Email List' Subject: RE: Email thru VFP I can send HTML emails as long as it is restricted to text only. But I can't use embedded graphics or anything else like that. Geoff Flight Managing Director Sustainable Resources Industry Training Pty Ltd -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Steve Ellenoff Sent: Thursday, 17 February 2011 2:23 PM To: [email protected] Subject: Re: Email thru VFP What makes you say it's limited to text? I've been sending HTML emails out of WWIPSTUFF for 5+ years. You just need to change the content type property.. From the help file, which actually mentions HTML directly: cContentType Content type of the message allows you to send HTML messages for example. For HTML set the content type to text/html. Content types only work with text content types at this time since special encoding of the message text is not supported. All binary types should be sent as attachments. Now, if you want to send *both* text and html email formatting in one shot, you need to do a bit more work.. I wrote some code to do it a long time ago and haven't looked at it since. If you want it, let me know, and I'll dig it up. -Steve At 07:22 PM 02/16/2011, you wrote: >I have used WWIPSTUFF for years for sending basic email but I now need >to start sending formatted HTML email with embedded graphics etc. >WWIPSTUFF is limited to formatted text. Does anyone know of a third >party library that can do fully formatted HTML? > >Thanks guys! > >Geoff Flight >Managing Director > >Sustainable Resources Industry Training Pty Ltd > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

