On my website I used a combination of HTML and PHP to render pages. Every time I navigate through the site pages, I recieve tons of emails with blank contact form information. I don't know why I'm getting them because I never submitted a form (just navigating through pages). Does anyone know why this is happening? Another strange thing is that I can't find the email address string in any of the web pages. Yet, I still receive the emails addressed to me despite not finding that they exist in the pages. I do have a contact page but it has validation on it so it should not send email with blank field values.
If you are getting empty emails, its because you didnt submit the form and the php is using empty variables. You php email function is probably off