I am getting an error message when I try to send email from PHPRunner as follows: "mail() [function.mail]: SMTP server response: 501 Syntax error in parameters or arguments"
I looked through the forums and apparently I need to change the mail function to use something such as PHPMailer... I'm looking into that now... However, what I don't understand is why the "Forgot Password" feature that is built-in to PHPRunner is able to send out emails (works perfectly) but not in any other scenario. Wouldn't this indicate that the web server I am using is in fact accepting/sending unauthenticated SMTP email??? I tried looking at the remind.php page generated by PHPRunner to see if I could figure out what you guys did that makes this work... could you provide me with the code? Or any insight as to what I should do?
I'll start looking into the PHPMailer option, but it seems to me that you already have this issue figured out (as evidenced by the forgot password feature being able to send emails)... so I'd rather use a built-in solution than having to add an outside class (PHPMailer).
Thanks, and I look forward to your insights.
Best,
Marcelo Ramagem