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: 246
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