<?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>Thu, 23 May 2013 19:22:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[WebDevHub: Scheduling emails in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16013</guid>
      <link>http://www.phpdeveloper.org/news/16013</link>
      <description><![CDATA[<p>
In <a href="http://www.webdevhub.net/index.php/2011/03/scheduling-emails-in-php/">this new post</a> to the WebDevHub blog today, <i>Akshat Goel</i> shows you how to set up an email scheduling feature for your application using PHP and the <a href="http://app.webdevhub.net/futuremail/">futuremail</a> web service.
</p>
<blockquote>
If you are a web developer, many a times while developing websites you must have wanted to schedule an email to a future date. There are two ways of doing this, one is by using cron jobs on linux or by using a third party service. In this article I will tell you how you can schedule emails to a future date by using a third party service.
</blockquote>
<p>
His sample script uses a socket connection to open a remote page, passing in the email information via URL parameters including a secret key and the time to send the email. The response is then returned in JSON that can be <a href="http://php.net/json_decode">easily decoded</a> by PHP.
</p>]]></description>
      <pubDate>Tue, 08 Mar 2011 11:06:32 -0600</pubDate>
    </item>
  </channel>
</rss>
