Forum Moderators: coopster
Recently a strange problem/bug appeared in one of my scripts. A user fills a form and send it to me with email. The email contains all the fields of the user plus some more data from a database. The fields are also stored in a database for cross-reference.
But 1 out of 10 emails fails. I see the record in the databse, but no email reachs me.
I have tested the script with Opera, IE and Firefox, and with 6 emails accounts (yahoo, hotmail, google, plus some company emails).
The script use the php mail() function (no smtp) and I use it in all of my applications, without any problems so far.
What could it be wrong in this case? Any ideas on what to check?
Any help/advise is appreciated!
Returns TRUE if the mail was successfully accepted for delivery, FALSE otherwise.It is important to note that just because the mail was accepted for delivery, it does NOT mean the mail will actually reach the intended destination.