I've got some html that I need inserted in the "m.body" section where it says "The HTML goes here".
m.BodyFormat = MailFormat.Html;
m.Body = @"Hello " + csv[FirstName].Trim() + " " + csv[LastName].Trim() + @", <br> The Html goes here ";
Here's the HTML
==========================
==========
==========
==========
=====
<table border="0" cellpadding="0" cellspacing="0" width="592">
<tr>
<td width="100%" align="left" valign="top" colspan="2">
<a href="
http://www.URL.com/welcome.asp">
<img border="0" src="images/main_one01.gif
" width="592" height="394"></a></td>
</tr>
<tr>
<td width="100%" align="left" valign="top" colspan="2">
<img border="0" src="images/welcome02.gif"
width="592" height="20"></td>
</tr>
<tr>
<td width="50%" align="left" valign="top">
<img border="0" src="images/welcome03.gif"
width="371" height="12"></td>
<td width="50%" align="left" valign="top">
<a href="
http://www.URL.com/contactUs.htm">
<img border="0" src="images/welcome04.gif"
width="221" height="12"></a></td>
</tr>
</table>