zero-perfoliate
zero-perfoliate

Author Topic: Email form processing help  (Read 196 times)

Offline Cadence

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Email form processing help
« on: April 18, 2010, 07:56:15 AM »
I've been running an email script on a website that processes the actual form correctly.  However, the intended recipient of these emails keeps getting random emails with blank input, and a strange "From" email that reads:

charner@p3slh215.shr.phx3.secureserver.net.

This is not a valid address, but seems to becoming directly from the server.  The website is hosted on GoDaddy, so I contacted their tech support.  They said that (and I've tested to make sure) that an random email will be sent whenever someone types the URL into the browser's address bar.  (http://swingshiftandthestars.com/emailscript.php).  Is there any way to prevent that from happening?  The data collected in the form is not sent to a database.  It is just sent to the end user. I just need some way to prevent these blank, random emails from popping up.  Any suggestions?