Hi,
I'm not sure if anyone can help me, but this is driving me crazy.
I am running a very simple script on some SSL webspace I have with my ISP (fasthosts.co.uk). The script is the mail() function.
<?php
mail("shamskm@hotmail.com", "Password Reminder", "contents", "From: test@mcsat.com\r\n", "-ftest@mcsat.com");
?>
With the above script, I get the error message:
Warning: mail() [function.mail]: SMTP server response: 551 Bad Recipient in e:\sslroot\activedev\009\password_remind.php on line 2
can anyone help?
Thanks,