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!
When I submit the form, the email does not go through into their inbox. I think their server is blocking it... I tested sending it to two of my email addresses and it worked just fine.
Any ideas as to why this is not working? Is theer a better script I could use to stop it from being blocked?
maybe its being put in their junk mail folder, you gotta tweak your headers to make it accesable for diffrent accounts like hotmail and yahoo and whatnot
Note: mails coming from a SMTP server on a dynamic IP range are very commonly blocked by major mailservices as these are commonly spam, if you are using such that could be the problem, try using your assigned one if you have one or find a free one on the net. (if so)