why would this line send me 2 emails? php

Suspended
Joined
12 Feb 2006
Posts
17,345
Location
Surrey
PHP:
mail($myEmail, "Contact Form | $custName | Ref: $fId", $body, "From: $myEmail\r\nReply-To: $custEmail\r\nContent-Type: text/html; charset=ISO-8859-1\r\nMIME-Version: 1.0");

send me 2 emails every time. i checked and disabled this one line to make sure there wasn't another line some where and by disabling this one it stops all emails so it's def this line that's doing it.
 
Back
Top Bottom