Using WordPress With External SMTP Server

I really don’t like having sendmail running on a webserver, but some features of WordPress just don’t work if it can’t send email (user registration, for example). Still, WordPress offers support to send email through external SMTP servers instead if a local mailer.
In /wp-includes/pluggable.php around line 377, change

$phpmailer->isMail();

to

$phpmailer->isSMTP();

Then, in /wp-includes/class-phpmailer.php around line 155, set your [...]

Zimbra Rocks

Zach made me take another look at Zimbra, the web-based, web 2.0-smart, very social and AJAXed up collaboration, email, and calendar suite (plus some other goodies).
Go ahead, watch the Flash-based demo or kick the tires with their hosted demo. I think you’ll agree that it looks better than anything else we’ve seen yet. Part of [...]