Hi I'm developing an application with HTML and javascript (jquery), the HTML has a form that later sends an email passing the data by get method.
The email is being sent by php on the server, but until I validated the fields of the form I received mail service notifications with mails undisclosed-recipients:; and all the fields null. My concern is that someone or something is trying to get info. Could anybody help with this.
Note if you need to put my code I can post it but what I want to know is how somebody is passing data null to my php.