I have been checking the error message, And one solution was found. I am not good in php programming, so I would like to summit the solution that I Have found to verify if its correct.
In atutor_mail.inc.php line 27 say:
mail($email, stripslashes($subject), stripslashes($body), 'From: '.$from."\nReply-To:".$from."\nBcc: $bcc\nX-Mailer: PHP");
The four parameter is a string that include label (FROM) I just changed the parameter with $from and it worked
mail($email, stripslashes($subject), stripslashes($body), $from);
Please let me know if it is correct. Anyway I will install Atutor 1.2, but I need to know what was the problem
Thanks for your support
[reply][b]In reply to:[/b]
you could look in the database if you really need the password.
i can't seem to duplicate the problem you're having, so you may have to wait for version 1.2 and see if that fixes the problem.. o...
[op]forums/view.php?fid=7;pid=198;page=1#205[/op][/reply]