document.write('<div class="c" style="font-family: monospace;">Dim myMail As MailMessage = New MailMessage<br />');
document.write('myMail.<span style="color: #202020;">From</span> = <span style="color: #ff0000;">&quot;from@youremail.com&quot;</span> <span style="color: #ff0000;">\'the &quot;from&quot; address&nbsp; &nbsp; &nbsp; <br />');
document.write('myMail.To = &quot;to@theiremail.com&quot; \'</span>the <span style="color: #ff0000;">&quot;to&quot;</span> address&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />');
document.write('myMail.<span style="color: #202020;">Subject</span> = <span style="color: #ff0000;">&quot;Howdy&quot;</span> <span style="color: #ff0000;">\'your &quot;subject&quot; <br />');
document.write('myMail.Body = &quot;Just wanted to say Hi. How are you?&quot;\'</span>message body&nbsp; &nbsp; &nbsp; <br />');
document.write('SmtpMail.<span style="color: #202020;">SmtpServer</span> = <span style="color: #ff0000;">&quot;localhost&quot;</span> <span style="color: #ff0000;">\'the mailserver<br />');
document.write('<br />');
document.write('\'</span>send the email<br />');
document.write('SmtpMail.<span style="color: #202020;">Send</span><span style="color: #66cc66;">&#40;</span>myMail<span style="color: #66cc66;">&#41;</span></div>');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/22/1/" target="_blank">byteMyCode</a>.</div>');
