News Feed
Jobs Feed
Sections




News Archive
WebDevHub:
Scheduling emails in PHP
March 08, 2011 @ 11:06:32

In this new post to the WebDevHub blog today, Akshat Goel shows you how to set up an email scheduling feature for your application using PHP and the futuremail web service.

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.

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 easily decoded by PHP.

0 comments voice your opinion now!
email schdule futuremail webservice json


blog comments powered by Disqus

Similar Posts

Community News: YDN Presentation: PHP, oAuth and Web Services

ProDevTips Blog: Fluent Arrays and Strings in PHP - Adding JSON and more

Randy Boland\'s Blog: JavaScript, JSON, and PHP

Chris Hartjes' Blog: Testing Web Services in Zend Framework 1.x

ZendCasts: Using Zend_Cache to speed up Web Service calls


Community Events











Don't see your event here?
Let us know!


functional opinion podcast zendframework2 language symfony2 conference usergroup phpunit framework interview rest community database introduction series release development testing example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework