Popular PHP recipes tagged "distributed"http://code.activestate.com/recipes/langs/php/tags/distributed/2001-12-07T10:55:16-08:00ActiveState Code RecipesCOM based email (PHP) 2001-12-07T10:55:16-08:00Shane Caraveohttp://code.activestate.com/recipes/users/98233/http://code.activestate.com/recipes/101523-com-based-email/ <p style="color: grey"> PHP recipe 101523 by <a href="/recipes/users/98233/">Shane Caraveo</a> (<a href="/recipes/tags/distributed/">distributed</a>). </p> <p>One way to work around the lack of a full implementation of sendmail in PHP is to use the Microsoft Collaboration Data Objects (CDO) Library.</p> <p>Here is a short example of its usage:</p>