Popular recipes by Dave Silvia http://code.activestate.com/recipes/users/1892240/2006-01-08T14:14:49-08:00ActiveState Code RecipestinySendMail (PHP)
2006-01-08T14:14:49-08:00Dave Silviahttp://code.activestate.com/recipes/users/1892240/http://code.activestate.com/recipes/466180-tinysendmail/
<p style="color: grey">
PHP
recipe 466180
by <a href="/recipes/users/1892240/">Dave Silvia</a>
(<a href="/recipes/tags/network/">network</a>).
</p>
<p>Frequently the mail functions of php are inaccessible due to no access to a sendmail or equivalent binary and/or non-configuration in php.ini on a given server. This code (function) allows sending mail in most all cases, the only requirement is the ability to open a socket in php!;)</p>