Hi,

I made some changes to rlMail.class.php, so when the Owner receive an email from a User, he can reply to the User email account and not to the Admin email account when he click the reply button in his inbox.

I want to be sure that this modification is OK.

In rlMail.class.php, find this:
PHP Code:
Only registered members can view the code
And change it for this:
PHP Code:
Only registered members can view the code
Right now, it is working good. In my site, visitors have to be registered before they can contact the owners.

Thanks for feedbacks.