EDN Admin
Well-known member
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
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