Forum Moderators: coopster
Two of the recipients are not getting their copies of the email. I have worked with one of the recipients trying different possible fixes including having the recipient add the email's "from" address to their address book. Still he can't get the messages.
The firm uses an internal MS mailserver for their email accounts. But the problem is only happening with two of the four recipients, so I don't consider the problem to be at the server level... at least it is less likely.
Any clues as to what might be causing the problem? Anything I can try to isolate and identify the problem?
TIA,
Eugene
Also, your normal error log might show PHP errors, if
error_reporting is turned on (i.e. add error_reporting(E_ALL) to the top of your script, if it's not enabled by default in php.ini).
I'm wondering if something in the email headers (or something MISSING in the headers) is triggering some sort of spam filter at his end. I sent the exact same message to him from my email client and it arrived with no problems.
The headers sent via the PHP script are very basic (To, From, Subject, Cc). I'm wondering if certain anti-spam applications mark email as spam unless certain header information is present such as MIME info, unique message IDs, and other lines I've seen in email headers.
I'd get more specific information from the users regarding their computer configurations, but they are not very tech savvy and either don't want to be bothered too much and don't know their own computers well enough to answer my questions anyway.
The detective work continues. Thanks for your suggestions!