Forum Moderators: mack
I`m putting a form on my site. The form validates the users email address entered(contact info), and wether there is a message entered then sends the message to my inbox. Just to make it simple to contact me.
The email address is validated ok (with javascript regular expression) but my msn hotmail account will not receive all of the emails,,if the email address is unusual(but still valid and possible) the email is not received. It works fine with Yahoo though!
The email is sent using a small PHP script.
Anyone know of this mysterious (to me) behaviour?!
Help appreciated!
thanks,,,Roly.
i`m just using a form,,then use the `mail` function in PHP to pass the form onto me via email.The form is not sent from an email account as such-just from the hosting company.
Hotmail seems to only accept the mail if the user enters a common email address(the user enters their email address on the form in the `your email` text box),,but I`m aware some users do have rather unusual email addresses,,,so i`m thinking of just having the emails sent to my yahoo account-receives them fine.
It`s not as if i`m actually using an email account to pass on the email,,so i`m not sure why it would have this header information? Hotmail must be quite complex.
cheers from Roly.