Search found 1 match
- Mon Jan 26, 2009 6:32 am
- Forum: PHP - Code
- Topic: mail() only working for .com recipients?
- Replies: 0
- Views: 86
mail() only working for .com recipients?
Hello everyone, I have been breaking my head over this for a couple of hours now and I am absolutely stuck. I really need help :) I have a simple sendMail.php file on my server. Here's the code: <?php $sendTo = "xxx@xxx.com"; $subject = $_POST["referencia"]; $headers = "Fr...