News Feed
Jobs Feed
Sections




News Archive
ServerGrove Blog:
Spooling emails with Symfony2 on VPS and Shared Hosting
April 30, 2012 @ 10:20:54

The ServerGrove blog has a recent post for the Symfony2 users out there, showing how you can spool emails on a VPS/shared hosting using SwiftMailer and the Symfony2 bundle to interact with it.

When you send an email, the mailer communicates with a remote server in charge of receiving the message and of delivering it to the recipient. This process can cause your form to submit slowly as it depends on how fast the mail server responds. Spooling allows us to decouple the application execution line from the process of the sending one, two, or as many emails as we need.

They show you how to configure the SwiftMailerBundle with the mail server's settings, how to set up the command to send the emails and the settings you'll need to put in your cron file to run the "send" operation periodically.

0 comments voice your opinion now!
shared hosting vps symfony2 spool email tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Using the Digg API with PHP and PEAR

WebReference.com: Build Your Own PHP Web Mailer

Ralph Schindler's Blog: The Anatomy Of A Bug/Issue Reproduction Script

PHPMaster.com: Understanding Recursion

DevShed: Factoring Content Boxes with the Factory Pattern in PHP 5


Community Events











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


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

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