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 [...]
Posted November 17, 2008 by Casey
Categories: Technology. Tags: email, mail, SMTP, wordpress. Be the first one.
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 [...]
Posted November 14, 2005 by Casey Bisson
Categories: Libraries & Networked Information, Technology. Tags: ajax, calendaring, collaboration, communication, communication model, demo, email, enterprise, groupware, groupware collaboration, mail, mailboxes, spam management, unified messaging, web 2.0, zimbra. One Comment.