Cant use php mail command on localhost after firefox update
I'm making a website on my desktop using wamp. And i'm working on a mail contact form. Now before Firefox updated to the new version the email was sent fine. Now after the update it doesnt sent anymore.
So i tested using Internet Explorer. And email sents fine.
Wubrane rozwězanje
It's hard to think of how a Firefox change would affect your PHP form processing...
Can you tell whether Firefox is failing to submit data, or has changed any headers it sends?
Is this a normal form submit or using XMLHttpRequest?
Toś to wótegrono w konteksće cytaś 👍 0Wšykne wótegrona (2)
Wubrane rozwězanje
It's hard to think of how a Firefox change would affect your PHP form processing...
Can you tell whether Firefox is failing to submit data, or has changed any headers it sends?
Is this a normal form submit or using XMLHttpRequest?
There was a problem with my hosting provider i think who was randomly blocking outgoing email. So sometimes it sent normal and sometimes not.
Thanks for youre reply.