PHP mail() with Ubuntu Desktop and Gmail
Recently I was adapting a newsletter plugin for WordPress and needed the PHP mail() function for testing. However an Ubuntu desktop install is missing Sendmail – the MTA that PHP expects to find on a Linux PC.
I use a local Apache/MySQL server on a laptop to do a lot of my development – I don’t [...]
Continue reading ‘PHP mail() with Ubuntu Desktop and Gmail’ »