Hi, I've a line looks like this:
<?
mail($email1,$subject,$message,$other);
?>
It works for hotmail and other mail server but not working at all for yahoo mail. It returns error by my mailserver below:
----- The following addresses had permanent fatal errors -----
danluk2000@yahoo.ca
(reason: 501 Syntax error in parameters or arguments)
----- Transcript of session follows -----
... while talking to mx1.mail.yahoo.com.:
MAIL From:<apache@danluk> SIZE=84
<<< 501 Syntax error in parameters or arguments
501 5.6.0 Data format error
I did some search but still cannot figure out the solution. Please help. Thanks.