Free TextBox Editor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
I am using Free TextBox Editor to write email etc. But when i send it, the
email comes with HTML tags to the user:

<pre>test<font size="5">test</font></pre>

Etc. is there any fix for this?

Thanks in advance

Manny
 
AFAIK, the Free TextBox Editor is not a Microsoft product. Perhaps asking
the author would help.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Manny said:
Hi All,
I am using Free TextBox Editor to write email etc. But when i send it, the
email comes with HTML tags to the user:

<pre>test<font size="5">test</font></pre>

Etc. is there any fix for this?

Either send the email formatted as HTML or set the email's body to the
HtmlStrippedText property of FreeTextBox, which strips out the HTML markup.

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 
FreeTextBox's website also has forums that may help you but I think the
sending email as HTML fix stated by a few people below will work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top