1
For example in the contact module, no matter what email address the user enters in the form, the email the admin receives always has the admins email address in the "from". It should have the users email address per the code...
$xoopsMailer->setFromEmail($usersEmail);
So when the admin tries to reply to the email, he ends up replying to himself.
Does anyone know what is wrong?