PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I was wondering what Im doing wrong here. I have a very basic email script to send out a monlthy newsletter. However, it will only deliver to some of the emails.
My question is: Are there other header calls I need to make besides the following:
I was reading up a bit on php.net but didnt really see or know of any other necessary headers to use. Are there other requirements for certain types of email servers?
You may need to send the From: header and the Reply-To: header.
When you say it's not sending some of them... are they being rejected or do they just not physically send to certaint addresses.
Error messages (if any) would be helpful too
ok, I included the From: and Reply-To: header but still only sends to certain email addresses. Let me reword that, it sends fine, the email just never gets delivered.
Is there some kind of error checking I can do to see whats going on with the emails?
Yes, Im pretty sure thats not happening, the strange thing is that the only emails that are not getting delivered are all "in house" email addresses. Meaning our company email addresses are the only ones not receiving the emails. Strangely enough I get umteen million <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> emails a day, but our legit newsletter wont come through....
Well, thanks for the suggestions, Ill keep digging!