<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeopleSoftGeeks &#187; SMTP Server problems</title>
	<atom:link href="http://www.peoplesoftgeeks.com/tag/smtp-server-problems/feed" rel="self" type="application/rss+xml" />
	<link>http://www.peoplesoftgeeks.com</link>
	<description>Where we talk about software and computers</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:40:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Troubleshoot the SMTP Server</title>
		<link>http://www.peoplesoftgeeks.com/software-stuff/troubleshoot-the-smtp-server</link>
		<comments>http://www.peoplesoftgeeks.com/software-stuff/troubleshoot-the-smtp-server#comments</comments>
		<pubDate>Tue, 16 Dec 2008 15:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Stuff]]></category>
		<category><![CDATA[SMTP Server problems]]></category>

		<guid isPermaLink="false">http://www.peoplesoftgeeks.com/software-stuff/troubleshoot-the-smtp-server</guid>
		<description><![CDATA[The SendMail function in PeopleSoft uses the SMTP server to send emails. The first thing to do when troubleshooting problems with emails not being sent is to make sure your SMTP server is up and running. In this post, I will show you how to verify if you can connect to the SMTP server as [...]]]></description>
			<content:encoded><![CDATA[<p>The SendMail function in PeopleSoft uses the SMTP server to send emails. The first thing to do when troubleshooting problems with emails not being sent is to make sure your SMTP server is up and running. In this post, I will show you how to verify if you can connect to the SMTP server as well as manually sending an email!</p>
<p>Note: I&rsquo;m using Unix Telnet to connect to the SMTP sever.</p>
<p>Let&rsquo;s get started by trying to connect to the server:</p>
<p>Open a telnet session and login to the server box you would like to test sending emails from. I will be logging in to a DEV environment.</p>
<p>Step one:<br />Once logged in successfully, type:<br />$ telnet &lt;Your-SMTP-Server&gt; 25</p>
<p>And you shoud see&#8230;<br />Trying&#8230;<br />Connected to &lt;Your-SMTP-Server&gt;.<br />Escape character is &#8216;^]&#8217;.<br />220 &lt;Your-SMTP-Server&gt; ESMTP Sendmail 8.11.7p3+Sun/8.11.6; Mon, 14 Apr 2008 14:24:56 -0500 (CDT)</p>
<p>Great our DEV box allowed to connect to the SMTP server.</p>
<p>Step Two:<br />Send an email manually:<br />Lets identify ourselves with the HELO command and the domain name we are coming from. For example, if your work email address is your-name@yourcompany.com then your domain name would be yourcompany.com<br />helo yourcompany.com</p>
<p>And you should see&hellip;<br />250 &lt;Your-SMTP-Server&gt; Hello serverbox.yourcompany.com , pleased to meet you</p>
<p>Now type the email address you want the email to appear from:<br />mail from:test@yourcompany.com<br />250 2.1.0 test@yourcompany.com&#8230; Sender ok</p>
<p>Now type the email address you would want the message to go to:<br />rcpt to:you@yourcompany.com<br />250 2.1.5 you@yourcompany.com&#8230; Recipient ok</p>
<p>Now, lets type the email message. You will need to issue the command &#8220;data&#8221; then start typing your message, once done click enter and type &#8220;.&#8221; And then enter. A single point &#8220;.&#8221; On a line by itself followed by and enter means you are done typing your message.<br />data<br />354 Enter mail, end with &#8220;.&#8221; on a line by itself<br />This is a test email using SMTP.<br />.<br />250 2.0.0 m3EJaMf21424 Message accepted for delivery</p>
<p>To send your message just type &#8220;quit&#8221; in the command line and your done.<br />quit<br />221 2.0.0 &lt;Your-SMTP-Server&gt; closing connection<br />Connection closed.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.peoplesoftgeeks.com%2Fsoftware-stuff%2Ftroubleshoot-the-smtp-server';
  addthis_title  = 'Troubleshoot+the+SMTP+Server';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/SMTP+Server+problems' rel='tag' target='_blank'>SMTP Server problems</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.peoplesoftgeeks.com/software-stuff/troubleshoot-the-smtp-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
