<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Fake_SMTP_Server</title><link>https://sourceforge.net/p/dpr/wiki/Fake_SMTP_Server/</link><description>Recent changes to Fake_SMTP_Server</description><atom:link href="https://sourceforge.net/p/dpr/wiki/Fake_SMTP_Server/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 29 Jul 2013 06:48:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dpr/wiki/Fake_SMTP_Server/feed" rel="self" type="application/rss+xml"/><item><title>Fake_SMTP_Server modified by Kirti Chennareddy</title><link>https://sourceforge.net/p/dpr/wiki/Fake_SMTP_Server/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -41,7 +41,7 @@

 2\. Enter: 

-    java -jar checkertestutils.jar fake_smtp_server -localhost -p&amp;lt;select_a_port_number&amp;gt;
+    java -jar checkertestutils.jar fake_smtp_server -localhost -

 **Result:** Fake SMTP Server will run, listening on the specified port number of localhost. All emails sent from Checksum Checker will be displayed in the terminal. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kirti Chennareddy</dc:creator><pubDate>Mon, 29 Jul 2013 06:48:12 -0000</pubDate><guid>https://sourceforge.net225a977c0a06d29a2616ce080cfb1f4ccdae2479</guid></item><item><title>Fake_SMTP_Server modified by Allan Cunliffe</title><link>https://sourceforge.net/p/dpr/wiki/Fake_SMTP_Server/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For thorough testing of the email functionality of the Checksum Checker application, an SMTP server is required. &lt;/p&gt;
&lt;p&gt;Fake SMTP Server can be used to substitute for a functional an SMTP server in environment without one (such as a local Windows machine). &lt;/p&gt;
&lt;p&gt;Prerequisites: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Checksum Checker source files. &lt;/li&gt;
&lt;li&gt;ANT istalled &lt;/li&gt;
&lt;li&gt;JRE or JDK installed. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Attempting to start Fake SMTP Server on a system where an SMTP server is already running will result in an error. &lt;/p&gt;
&lt;h2 id="building-fake-smtp-server"&gt;Building Fake SMTP Server&lt;/h2&gt;
&lt;p&gt;To install the Fake SMTP Server from the command line: &lt;/p&gt;
&lt;p&gt;1. Go to the location of the RollingChecker &lt;em&gt;build.xml&lt;/em&gt; file in your dpr source directory. For example: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;source&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;RollingChecker&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;2. Enter&amp;nbsp;: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;ant&lt;/span&gt; &lt;span class="n"&gt;make_test_jar&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt; The &lt;em&gt;checkertestutils.jar&lt;/em&gt; file is created in the &lt;em&gt;RollingChecker/dist/&lt;/em&gt; folder. &lt;/p&gt;
&lt;h2 id="starting-fake-smtp-server"&gt;Starting Fake SMTP Server&lt;/h2&gt;
&lt;p&gt;To start the Fake SMTP Server from the command line: &lt;/p&gt;
&lt;p&gt;1. Go to &lt;em&gt;RollingChecker/dist/&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;2. Enter: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;java&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;checkertestutils&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;fake_smtp_server&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;localhost&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt;&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;lt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="n"&gt;select_a_port_number&lt;/span&gt;&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;gt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt; Fake SMTP Server will run, listening on the specified port number of localhost. All emails sent from Checksum Checker will be displayed in the terminal. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The port number is arbitrary and must correspond to the port number listed in the Checksum Checker configuration settings. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Allan Cunliffe</dc:creator><pubDate>Tue, 11 Jun 2013 18:26:10 -0000</pubDate><guid>https://sourceforge.net22d64affd2ace8d26fba1e5f120d1f60a38d3ab1</guid></item></channel></rss>