I creating HTML email but i need to send some html code without rendering (because this code for user he can copy and paste the code on there website)
i need to send this code without rendering on html email, i tried code and pre tags but no luck
<a href="###"><img src="####" width="300" height="250" border="0" alt="####/><br />Watch Local Cam</a>
is there any way to do this
Try html encoding it
<a href="###"><img src="####" width="300" height="250" border="0" alt="####/><br />Watch Local Cam</a>