The users are attempting to register for new user accounts but the email is never sent to them and I dont know how to get it to go off to them. Is there someway to disable this feature or is there something that I need to do to enable their accounts so that the email is sent out or so they can log in with their logins?
Thank you for the assistance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same problem. The admin panel is so basic, as is the configuration section that I can't enable any users.
Is there a setting somewhere to enable users or get the registration email to send?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
/*
* Your email address
* NOTE: This email address MUST exist to send confirmation mails!
*/
define('ADMIN_MAIL_ADDRESS','me@mydomain.com');
define('ADMIN_MAIL_NAME','Chat-Team');
/*
Placing my own email address in it didn't work. I'm still not recieving conformation emails.
This really should be configurable from the admin panel.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The users are attempting to register for new user accounts but the email is never sent to them and I dont know how to get it to go off to them. Is there someway to disable this feature or is there something that I need to do to enable their accounts so that the email is sent out or so they can log in with their logins?
Thank you for the assistance
I have the same problem. The admin panel is so basic, as is the configuration section that I can't enable any users.
Is there a setting somewhere to enable users or get the registration email to send?
I found this code:
/*
* Your email address
* NOTE: This email address MUST exist to send confirmation mails!
*/
define('ADMIN_MAIL_ADDRESS','me@mydomain.com');
define('ADMIN_MAIL_NAME','Chat-Team');
/*
Placing my own email address in it didn't work. I'm still not recieving conformation emails.
This really should be configurable from the admin panel.
Use Java based chat. Unless java modules have been added to this php chat the old code so far i know is slow and buggy, almost useless.