News Feed
Jobs Feed
Sections




News Archive
RooJs.com:
How to spam in PHP..
April 11, 2011 @ 10:20:41

On RooJs.com there's a recent post from Alan Knowles looking at how to spam in PHP. No, nothing malicious - it's more about scalability in sending emails from PHP applications.

The reason this has been relivant in the last two weeks is two fold, first off, my slow and sometimes painfull Pman.Core and Pman.Base). It seemed like an ideal time to write some generic code that can solve both issues.

He mentions the usual method of generating numerous emails and sending them to a remote SMTP server, but points out that there's a better way. You can take advantage of queuing and batch sending techniques and, the way he decided to do it for mtrack, using queue tables and a backend runner (a cron job) that uses proc_open to send out multiple emails at once. You can see the code for it here.

0 comments voice your opinion now!
spam email send smtp process procopen mtrack


blog comments powered by Disqus

Similar Posts

Paul Reinheimer's Blog: Sending Mail

Zend Developer Zone: AJAX Chat Tutorial Pt 5: Javascript, Sending Chat Messages, Screen Name Changes

Melvin Rivera's Blog: Creating a custom WordPress database error page

DevShed: Building the Index Page for a PHP Email Application

PHPBuilder.com: An introduction to PEAR's Validate package


Community Events











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


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

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