<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Problem sending an email.</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Problem sending an email.</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 23:22:38 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 23:22:38 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>2</c9:totalResults>
	<c9:pageCount>-2</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Problem sending an email.</title>
		<description><![CDATA[<p><pre class="brush: vb">Imports System.Net.Mail


Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim Mail As New MailMessage
        Mail.Subject = &quot;Test&quot;
        Mail.To.Add(&quot;username@yahoo.co.uk&quot;)
        Mail.From = New MailAddress(&quot;username@yahoo.co.uk&quot;)
        Mail.Body = &quot;Test Body&quot;

        Dim SMTP As New SmtpClient(&quot;smtp.mail.yahoo.co.uk&quot;)

        SMTP.EnableSsl = True
        SMTP.Credentials = New System.Net.NetworkCredential(&quot;username&quot;, &quot;password&quot;)
        SMTP.Port = &quot;110&quot;
        SMTP.Send(Mail)



    End Sub</pre></p><p>Can anyone see where I am going wrong ? It just comes up with an error, fail to send.</p><p>&nbsp;</p><p>~Thanks~</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9ef23c248a94493ba981a013011d1bbb#9ef23c248a94493ba981a013011d1bbb</link>
		<pubDate>Tue, 13 Mar 2012 17:18:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9ef23c248a94493ba981a013011d1bbb#9ef23c248a94493ba981a013011d1bbb</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Problem sending an email.</title>
		<description><![CDATA[<p>Sorry got it working, I had the wrong port. Thanks anyway.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9fcb0aa4e8c24fd4bfd7a013012bd9a7#9fcb0aa4e8c24fd4bfd7a013012bd9a7</link>
		<pubDate>Tue, 13 Mar 2012 18:11:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9fcb0aa4e8c24fd4bfd7a013012bd9a7#9fcb0aa4e8c24fd4bfd7a013012bd9a7</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>