I am sending emails through php with the following code:
mail($recipient,$subject,$msg,$extraHeaders);
For some reason the emails seem to be sending only 85% of the time. (I also add the entries to a db so I can see that we are not recieving all of the emails.)
What could be causing this?
Can I redirect to another mail server to send the email?