how to edit email text in non-html format ?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
hi ;
my app sends an email in non-html format like this :
<pre class="prettyprint string strBody = "Email: " + txtUserEmail.Text + "nr"
+ "Referer: " + drpReferer.SelectedItem.ToString() + "nr"
+ "Member IP:" + Request.ServerVariables["REMOTE_ADDR"].ToString() + "nr"
+ "DateTime(UTC): " + DateTime.UtcNow.ToString();[/code]
<br/>
is there any way to edit this text ... for example some parts in " Bold " mode or "Italic" or another font-color ? <hr class="sig Sorry For My English

View the full article
 
Back
Top