<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with SMTP</title>
    <description>the latest stories tagged with 'SMTP' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>An SMTP email class for C# that supports SMTP Authentication</title>
      <description>If your looking to implement the ability for your application to send email, then this SMTPMail class might just be the answer for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechandit.com%2f%3fp%3d130"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechandit.com%2f%3fp%3d130" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/An_SMTP_email_class_for_C_that_supports_SMTP_Authentication</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/An_SMTP_email_class_for_C_that_supports_SMTP_Authentication</guid>
      <pubDate>Thu, 12 Mar 2009 04:06:16 GMT</pubDate>
    </item>
    <item>
      <title>Adding Save() functionality to Microsoft.Net.Mail.MailMessage</title>
      <description>The MailMessage class provides functionality using the SmtpDeliveryMethod.SpecifiedPickupDirectory of SmtpClient to generate the emails to a file folder. However, I needed to control the filename used to output the email instead of using the SmtpClient's random Guid() approach.

  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fIP%2fsmtpclientext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fIP%2fsmtpclientext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Adding_Save_functionality_to_Microsoft_Net_Mail_MailMessage</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Adding_Save_functionality_to_Microsoft_Net_Mail_MailMessage</guid>
      <pubDate>Mon, 12 Jan 2009 23:45:33 GMT</pubDate>
    </item>
    <item>
      <title>Neptune (personal SMTP testing server)</title>
      <description>Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</guid>
      <pubDate>Wed, 22 Oct 2008 14:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Sending SMTP Mail using a Stored Procedure</title>
      <description>Help me send SMTP mail using a stored Procedure that is auto send email &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fsending-smtp-mail-using-a-stored-procedure"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fsending-smtp-mail-using-a-stored-procedure" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Sending_SMTP_Mail_using_a_Stored_Procedure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Sending_SMTP_Mail_using_a_Stored_Procedure</guid>
      <pubDate>Fri, 04 Jul 2008 13:05:13 GMT</pubDate>
    </item>
    <item>
      <title>DnSmtp - A .NET SMTP Client Library in C#</title>
      <description>DnSmtp is a fully management SMTP client library written in C#. It provides two delivery methods - Relay and Direct. In relay delivery mode, it will relay messages through your local SMTP server. In direct delivery mode or it will resolve the MX record of the recipient's email address and connect to the recipients server directly and drop the mail message. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f06%2fdnsmtp-net-smtp-client-library.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f06%2fdnsmtp-net-smtp-client-library.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DnSmtp_A_NET_SMTP_Client_Library_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DnSmtp_A_NET_SMTP_Client_Library_in_C</guid>
      <pubDate>Tue, 24 Jun 2008 21:29:36 GMT</pubDate>
    </item>
    <item>
      <title>How to check email works with no SMTP</title>
      <description>Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fsmtp-delivery-method-SpecifiedPickupDirectory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fsmtp-delivery-method-SpecifiedPickupDirectory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_check_email_works_with_no_SMTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_check_email_works_with_no_SMTP</guid>
      <pubDate>Wed, 09 Jan 2008 06:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Sending E-Mail using .net Framework 1.1 and 2.0 (SMTP .net framework s</title>
      <description>Here you will find a selection of articles about SMTP and .net fx.

If you have issues trying to send e-mails using .net, I would (you can find this info at the link provided):

	1. First check if the problem is located on your .net code, or if it's a network issue (permissions, configurations...), you can try to send an e-mail using telnet.

	2. If you are using .net fx 1.1 go for System.Web.Mail Oh My !

	3. If you are using .net fx 2.0 go for System.Net.Mail Oh My ! 

	4. If you want to build something more complex (e.g. embedd images on your e-mail), you can do it so using .net fx 2.0 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tipsdotnet.com%2fArticleBlog.aspx%3fKWID%3d45%26Area%3dSMTP%26PageIndex%3d0"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tipsdotnet.com%2fArticleBlog.aspx%3fKWID%3d45%26Area%3dSMTP%26PageIndex%3d0" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Sending_E_Mail_using_net_Framework_1_1_and_2_0_SMTP_net_framework_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Sending_E_Mail_using_net_Framework_1_1_and_2_0_SMTP_net_framework_s</guid>
      <pubDate>Mon, 24 Sep 2007 11:46:18 GMT</pubDate>
    </item>
    <item>
      <title>Send Mail through SMTP with SSL Authentication like GMail</title>
      <description>This example will help you to send email from ASP.NET using Gmail SMTP (SSL authentication required) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fSend-Mail-through-SMTP-with-SSL-Authentication-like-GMail.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fSend-Mail-through-SMTP-with-SSL-Authentication-like-GMail.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Send_Mail_through_SMTP_with_SSL_Authentication_like_GMail</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Send_Mail_through_SMTP_with_SSL_Authentication_like_GMail</guid>
      <pubDate>Tue, 18 Sep 2007 15:22:25 GMT</pubDate>
    </item>
    <item>
      <title>Programmatically send emails using Google mail server and System.Net.M</title>
      <description>Did you know you can use Google's gmail mail server to send and receive emails programmatically?

It's true, Google folks allow you to use their mail servers to send emails programmatically from your applications. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mycsharpcorner.com%2fPost.aspx%3fpostID%3d33"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mycsharpcorner.com%2fPost.aspx%3fpostID%3d33" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Programmatically_send_emails_using_Google_mail_server_and_System_Net_M</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Programmatically_send_emails_using_Google_mail_server_and_System_Net_M</guid>
      <pubDate>Mon, 09 Apr 2007 08:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Sending mail through Telnet, u can do so with sockets</title>
      <description>I think a lot of people uses the SMTP wrong :D, why am I saying this, simple because every referance I have read about it was about simple tasks for the mail
nothing complex, I have never seen anyone talk about authintication in SMTP, anyways lets begin doing this cool thing , I will explain every step &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fneo-official.blogspot.com%2f2006%2f12%2fsending-mail-through-telnet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fneo-official.blogspot.com%2f2006%2f12%2fsending-mail-through-telnet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Sending_mail_through_Telnet_u_can_do_so_with_sockets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Sending_mail_through_Telnet_u_can_do_so_with_sockets</guid>
      <pubDate>Sat, 23 Dec 2006 08:52:52 GMT</pubDate>
    </item>
  </channel>
</rss>
