News Feed
Jobs Feed
Sections




News Archive
SeeIT Consult Blog:
PHP mail() with Ubuntu Desktop and Gmail
August 27, 2010 @ 08:57:20

In this new post to the SeeIT Consult blog they show you how to use the Google Mail STMP service to send emails directly from PHP - no local MTA required.

I use a local Apache/MySQL server on a laptop to do a lot of my development '" I don't need a full mail server just to send mail. Also SMTP servers on dynamically assigned IP addresses are so untrusted these days that you can be pretty much guaranteed that a decent spam filter will reject your email based on a RBL lookup. By using Google Mail's authenticated SMTP service you bypass this restriction.

Their solution uses the ssmtp tool instead - a simpler MTA that doesn't require near the setup of others. They show you how to adjust the config to handle the PHP emails, set up some users and configure PHP (the sendmail_path in the php.ini) to push the emails through it. Because of the configuration changes, it then knows enough to push those emails out to Gmail's SMTP.

0 comments voice your opinion now!
gmail smtp tutorial ssmtp mta email


blog comments powered by Disqus

Similar Posts

Brian Snugg's Blog: Reverse Proxy in PHP5

Arnold's Blog: Without a framework: (M)VC

PHPMaster.com: Debugging PHP Code with FirePHP

Zend Developer Zone: Zip-it or DIY Tar-balls

Sankho Mallik's Blog: Tutorial: Using Zend_Captcha_Image


Community Events











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


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

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