<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 21:06:06 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DZone.com: How to send emails from PHP on Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/16317</guid>
      <link>http://www.phpdeveloper.org/news/16317</link>
      <description><![CDATA[<p>
On the PHP on Windows site (a part of DZone.com) <i>Svetoslav Marinov</i> has <a href="http://css.dzone.com/news/how-send-emails-php-windows">a quick new post</a> looking at how you can set up your Windows PHP installation to be able to send emails similar to its linux cousins.
</p>
<p>
You'll need a server that you can use SMTP on to send the emails to, but outside of that, the setup is pretty painless. He recommends using the <a href="http://www.glob.com.au/sendmail/sendmail.zip">sendmail for Windows</a> tool to do the backend lifting. He includes the settings, both for sendmail and PHP, and configuration changes you'll need to get it all working too.
</p>
<p>
He points to <a href="http://php.net/manual/en/function.mail.php">the mail manual page</a> to grab a simple result for testing the install.
</p>]]></description>
      <pubDate>Tue, 10 May 2011 08:53:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Daniel Cousineau's Blog: Setting Up Mail() on Windows, or: Where is my Windows Sendmail.exe?]]></title>
      <guid>http://www.phpdeveloper.org/news/13089</guid>
      <link>http://www.phpdeveloper.org/news/13089</link>
      <description><![CDATA[<p>
In his development on a Windows environment, <i>Daniel Cousineau</i> has come across a hurdle - sending emails from his local machine from his PHP scripts. Thankfully he's found a solution and has <a href="http://www.toosweettobesour.com/2009/08/21/development-environment-help-setting-up-php-mail-on-windows-or-where-is-my-windows-sendmail-exe/">shared it in a new blog post</a>.
</p>
<blockquote>
Previously it was a simple trek to a website to download a Windows build of sendmail.exe, but for some reason I cannot get access to it, so I have to go another route. Enter <a href="http://www.hmailserver.com/">hMailServer</a>, a free, full-featured SMTP/POP/IMAP server for Windows with a pretty, shiny GUI configuration interface. All I really want to do is setup SMTP for localhost only but one could easily use hMailServer as a production mail server.
</blockquote>
<p>
He includes the details (along with some screenshots) to get the hMainServer software up and running. Thanks to the simple GUI the tool offers you can be up and working in a few clicks - oh, and a change to your php.ini file.
</p>]]></description>
      <pubDate>Fri, 21 Aug 2009 13:14:14 -0500</pubDate>
    </item>
  </channel>
</rss>
