travisbrown
Technical User
- Dec 31, 2001
- 1,016
Been looking for a while for this one.
I have some html in a table that i need to send out by email through cdo. HTML Looks like this:
How can I decode it so it sends out a pretty HTML email that doesn't look like this? I've looked at some of the HTML and URLDecoding functions, but nothing seems to have any effect.
I have some html in a table that i need to send out by email through cdo. HTML Looks like this:
Code:
<p>This is a test to see the sort of content one can include in the email send field.</p><p>Paragraph breaks and all.</p>
How can I decode it so it sends out a pretty HTML email that doesn't look like this? I've looked at some of the HTML and URLDecoding functions, but nothing seems to have any effect.
Code:
<p>This is a test to see the sort of content one can include in the email send field.</p><p>Paragraph breaks and all.</p>