<?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>MakeUseOf &#187; smtp</title>
	<atom:link href="http://www.makeuseof.com/tags/smtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How Does An Email Server Work? [Technology Explained]</title>
		<link>http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/</link>
		<comments>http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 21:01:10 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[MakeUseOf Explains]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[POP]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[technology explained]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=23105</guid>
		<description><![CDATA[As an invention, email probably ranks close to the development of alphabets. We may IM and tweet to our heart&#8217;s content but it would be wrong to say that these shortcuts have been sired by the humble email to a certain extent. It has revolutionized communications though it may also have sounded the death knell [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/Thumbnail5.png?323f2c" alt="how does an email server work" vspace="5" width="198" height="264" align="left" />As an invention, email probably ranks close to the development of alphabets. We may IM and tweet to our heart&#8217;s content but it would be wrong to say that these shortcuts have been sired by the humble email to a certain extent. It has revolutionized communications though it may also have sounded the death knell for the art of letter writing. But that&#8217;s technology.</p>
<p>Email is serious but it&#8217;s several simple technologies at work, something we take for granted when we click <em>compose</em> and <em>send</em>. Behind each email is a powerful engine called the email server which pushes the emails through the internet. Many people use them, but how does an email server work?</p>
<p>To drive a car we need not have the ability to tell a carburetor from a tailpipe, but when it breaks down, that little knowledge helps. Email is less likely to <a href="http://www.makeuseof.com/tag/diagnose-email-server-problems-with-free-tools/">crash</a> but it definitely helps to have a broad picture of how Jim&#8217;s mail reaches Jane half across the globe in a blink of an eye.</p>
<p><span id="more-23105"></span></p>
<h3><strong>The Big Picture &#8220;“ How does an email go from Sender to Recipient?</strong></h3>
<p>Each email message is nothing but a text file plus the attachments. Just like all data through the internet, an email is also broken into smaller packets. When the sender clicks the <em>send</em> button, all the packets are uploaded to a central computer (the<em> </em>email server) that hosts the email service.</p>
<p>The email service then relays these packets through the internet to the server which holds the email service of the recipient. The mail server of the recipient looks for his email address, locates it and places the email within the inbox. The email client reassembles the packets into a complete mail. The recipient logs into his account and downloads the email.</p>
<h3><strong>Step by Step &#8220;“ How the Little Parts Come Together</strong></h3>
<p>We use an online email service like <a href="http://www.makeuseof.com/tag/how-to-stay-connected-with-gmail/">Gmail</a>, <a href="http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/">Yahoo Mail</a> or AOL to compose an email, add attachments and other data files. Also, we use email client software like <a href="http://www.makeuseof.com/tags/thunderbird">Thunderbird</a>, <a href="http://www.makeuseof.com/tags/outlook">Outlook Express</a>, Outlook or <a href="http://www.makeuseof.com/tags/mac">Mac</a> OS X&#8217;s Mail.</p>
<ul>
<li>When we send an email, our computer connects to our email service&#8217;s mail server. A <em>server</em> is a centralized computer which manages a specific type of service. An email server for instance, handles emails. The email server responsible for sending emails is called the <strong>SMTP </strong>(Simple Mail Transfer Protocol) server. One SMTP server can pass on the mail to another SMTP server and relay it to the destination through several hops.</li>
<li>Every email has the sender&#8217;s address (e.g. <em>sender@sendermail.com</em>) and the recipient&#8217;s in the <em>To</em> field (e.g. <em>recipient@recipientmail.com</em>). When an email is sent, the email client connects to the SMTP server of the sender&#8217;s email service (e.g. <em>mailserver.sendermail.com</em>). The client transmits the address of the sender, the address of the recipient and the content of the message.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/Diagrammatic-Rep.png?323f2c" alt="how does an email server work" width="562" height="501" /></p>
<li>The SMTP server goes to work at locating the whereabouts of the recipient. Using the recipient&#8217;s mail ID (i.e. recipient@recipientmail.com) it locates the domain name &#8211; e.g.<em>recipientmail.com</em>.</li>
<li>Note:  If the recipient&#8217;s mail ID had the same domain name as the sender, then the process would be simpler. The SMTP server would have transferred the mail to its local outgoing mail server (POP3 or IMAP).</li>
<li>Each domain name represents a unique Web address, called an <strong>Internet protocol (IP) </strong>address. Think of it as postal addresses of the internet. The link between domain names to their IP addresses is stored in the <strong>Domain Name Registry</strong>. The SMTP server then contacts the server where the registry is kept (<strong>The DNS Server</strong>). The DNS server sends back the address to the SMTP server.</li>
<li>The SMTP server then proceeds to hand over the email to the SMTP server of the recipient&#8217;s email service (let&#8217;s call it mailserver.recipientmail.com). This SMTP server checks and confirms that the mail addressed to recipient@recipientmail.com belongs to it and hands it over to its counterpart &#8220;“ the <em>POP3 server</em> (or the <em>IMAP server</em>).</li>
<li><strong>Post Office Protocol (POP3)</strong> servers are the servers that do the job of receiving mails. The number <em>&#8220;˜3&#8242;</em> is the version number of the protocol in use. POP3 servers have mail accounts (our email IDs). Each mail account is mapped to a username-password combination. Once the message is handed over to the POP3 server, it is kept and stored in the mail account till the recipient logs in and checks the mail.</li>
<li>An email client connects to the POP3 server and tells it to allow download of the email. Once downloaded to the local machine, POP3 mailboxes do not retain a copy of the email. Thus, you cannot check your emails from another PC as it has already been downloaded. To nail this difficulty, IMAP was introduced. <strong>IMAP4 </strong>(Internet Message Access Protocol version 4) simply retains a copy of the emails on the server. This allows you to access your e-mail from any location with an internet connection.</li>
</ul>
<h3><strong>Simple notes of difference between POP3 and IMAP4</strong></h3>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/IMPAP-Settings.png?323f2c" alt="how does an email server work" width="580" height="232" /></p>
<p>The obvious differences between the two protocols can be felt. POP3 mails are not limited by mail sizes as they get stored locally on your computer. Also because of less server storage space they are cheaper to support. But they make it difficult to export your emails if you decide to switch email programs or even operating systems.</p>
<p>With IMAP you can just download them again. With IMAP, sent mail and drafts are also uploaded to the server. The one apparent disadvantage of IMAP is its slower speeds because of server based functions.</p>
<p>POP3 is common but IMAP4 is newer and more advantageous for some of these reasons.</p>
<p>I hope next time you sit down to email; you just might appreciate the synergy of technology that makes it all possible. Right now, let me get back to my inbox and check what it has in store for me.</p>
<p>By the way, did you know that email came much, much before the internet? Probably, as early as <a href="http://www.nethistory.info/History of the Internet/email.html">1965</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to Download Yahoo Email using Desktop Email Client</title>
		<link>http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/</link>
		<comments>http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:01:50 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[POP]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[yahoo mail]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11479</guid>
		<description><![CDATA[There was a time when Yahoo used to provide free POP3 access to Yahoo Mail service and life was all sweet. Then one day their evil overlords decided to pull the rug from beneath our feet and made the POP3 service a premium offering, which meant that us poor users had to pay to use [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/ymail.jpg?323f2c" border="0" alt="download yahoo email with yahoopops client" vspace="10" align="left" />There was a time when Yahoo used to provide free <a title="POP3" href="http://en.wikipedia.org/wiki/Post_Office_Protocol" target="_blank">POP3</a> access to Yahoo Mail service and life was all sweet. Then one day their evil overlords decided to pull the rug from beneath our feet and made the POP3 service a premium offering, which meant that us poor users had to pay to use it. So users were no longer able to download emails from Yahoo Mail using desktop email clients like Outlook or Thunderbird.</p>
<p>For people like me who had hundreds of emails in our Yahoo inboxes (and no money in our pockets) that was a sad day. Letting Yahoo take care of our emails and not having access to important emails when we wanted them was a big disappointment. I lived with the fear of losing my emails for a long time and then one day I came across this wonderful utility called <a title="Yahoo POP3" href="http://ypopsemail.com/" target="_blank">YahooPOPs!</a></p>
<p>YPOPs lets you use an offline email client to download and send emails from your Yahoo account, just as it used to be. In other words, YPOPs acts as a POP3 and SMTP proxy for your Yahoo mail account.</p>
<p>To get started, <a title="Yahoo POP3" href="http://ypopsemail.com/" target="_blank">download the YPOPs installer</a> and install it on your Windows machine. The installer will ask you if you want YPOPs to start automatically when Windows starts. If you want that option, say yes or leave it alone. I like to leave programs out of the start up routine, so I&#8217;ll pass on this one. I&#8217;ll manually start YPOPs when I want to.</p>
<p>Now, comes the configuration part.</p>
<p>YPOPs, when started, will quietly settle down in the task bar and to configure it, you&#8217;ll just have to right click the icon and click on &#8220;configure&#8221;.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/ypopsconfig.jpg?323f2c" alt="yahoopops download" /></p>
<p>You can leave pretty much all the settings as it is <strong>except the Network settings</strong>.</p>
<p>The only thing in the Network settings that I had to change for YPOPs to work on my box were the POP3 and SMTP ports. For some reason, YPOPs refused to work with the default POP and SMTP ports, so I changed the POP3 port <strong>to 5110</strong> and the SMTP port <strong>to 5125</strong>. That&#8217;s it!</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/ypopsnet.jpg?323f2c" alt="yahoopops setup" /></p>
<p>To read emails offline, I use the excellent open source program <a title="Thunderbird" href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">called Thunderbird</a>.</p>
<p>When you start Thunderbird for the first time, it&#8217;ll ask you to set up an email account to work with. Move along, enter your name and the email address that you want to work with &lt;<strong>username@yahoo.com</strong>&gt; and enter <strong>localhost</strong> as the POP server and <strong>localhost</strong> as the SMTP server name. Click next and finish.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/thpop.jpg?323f2c" alt="how to access yahoo mail in thunderbird" /></p>
<p>When you&#8217;re finished, Thunderbird will offer to download emails from the account that you just started. If you let it download emails right now, Thunderbird will fail with an error saying it couldn&#8217;t connect to the server or something to that effect. This is normal since, by default, Thunderbird would have chosen port 110 for POP3 and port 25 for SMTP, which is not what we set in YPOPs.</p>
<p>To change the port settings for Thunderbird, go to <strong>Tools -&gt; Account Settings</strong>, and under <strong>Server Settings</strong>, change the port to <strong>5110</strong> from the default of 110.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/thpopport.jpg?323f2c" alt="" /></p>
<p>To change the SMTP port, on the same window, go to <strong>Outgoing Server (SMTP)</strong> and click on Edit and change the SMTP port to <strong>5125</strong> from the default of 25.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/thsmtp.jpg?323f2c" alt="email client for yahoo" /></p>
<p>That&#8217;s it. Go back to the main Thunderbird window and click on Send/Receive. You should now be able to send and receive all your Yahoo email from within Thunderbird and no one will ever come to know the difference. Plus, you never have to see those ugly advertisements on the Yahoo mail website <img src="http://main.makeuseoflimited.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif?323f2c" alt=':-)' class='wp-smiley' /> </p>
<p>You don&#8217;t even have to use Thunderbird to use YPOPs. You can continue using your favorite emailing client and add a second account to be used for Yahoo mail. Just make sure that you change the POP3 and SMTP ports to match the ones you set in the YPOPs configuration window.</p>
<p>If you have any problems setting it up, leave a question in the comments and we&#8217;ll try and help you out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/14 queries in 0.029 seconds using apc
Object Caching 311/339 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 21:38:49 -->
