Here is my problem
After i click the Register button on serweb to add a user i get a blank page and nothing hapents. I don't receive the confirmation mail witch means that i cannot add a new user. Do i have to configure something else in config.php ?
Hello, are there some errors in log file? Check your DB table 'pending' if account is created here.
Karel
Raceala Andrei wrote:
Here is my problem After i click the Register
button on serweb to add a user i get a blank page and nothing hapents. I don't receive the confirmation mail witch means that i cannot add a new user. Do i have to configure something else in config.php ?
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Karel Kozlik wrote:
Hello, are there some errors in log file? Check your DB table 'pending' if account is created here.
Karel
Raceala Andrei wrote:
Here is my problem After i click the
Register button on serweb to add a user i get a blank page and nothing hapents. I don't receive the confirmation mail witch means that i cannot add a new user. Do i have to configure something else in config.php ?
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Yes the accounts are created there but i think that the problem is with php beacose i use qmail and using the sendmail wrapper that qmail provides i wasn't able to send any e-mails (even after rebuilding php) using the most simple php script. I am curios if somebody managed to use serweb using qmail Any help would be greatly appreciated.
Yes the accounts are created there but i think that the problem is with php beacose i use qmail and using the sendmail wrapper that qmail provides i wasn't able to send any e-mails (even after rebuilding php) using the most simple php script. I am curios if somebody managed to use serweb using qmail Any help would be greatly appreciated.
Yes, it seems that problem is in function for sending mail or in configuration of PHP. I haven't any experience with qmail. But try read php documntation and user contributed notes:
http://www.php.net/manual/en/ref.mail.php and http://www.php.net/manual/en/function.mail.php
Karel