There are in one of your pages a php script to send email ...
So it sends email every time page is loaded 
This may be due that some day you where testing a php mail script, and maybe forget it in some page and didn't delete.
And of course blak because it does'n received fiels from any contact.
So what to do ?
check out what page is causing the sent emails... i mean naviguate in some pages, check email, until you find the page that send it, and just fix that...
Or, if all pages sends email, so I think your are using something like
Code:
include ("sendmail.php");
or somethink like that, then make sure that not all pages include the script...
Ihope this will help you 
Good luck !
|