Alternative for PHP mail

Posted by Robbert Dam on Stack Overflow See other posts from Stack Overflow or by Robbert Dam
Published on 2010-06-01T12:58:44Z Indexed on 2010/06/01 13:03 UTC
Read the original article Hit count: 232

Filed under:
|
|

In relation to an earlier question I'm looking for an alternative way to send an order from my website to the division in my company that processes the order.

Currently I use PHP mail(), but frequently this gives problems. Big delays occur. Are there alternatives to PHP mail() that pushes the order to my company? So I prefer not to poll the website.

© Stack Overflow or respective owner

Related posts about php

Related posts about web-development