Hi!
 
I found several solutions to the problem I encountered but none of them helped me.
 
The problem is the following:
 
No password is sent upon registration of a new user.

However, both before and after I made the suggested change, one could send Emails via the user profile based form. That works fine.
 
 
****Here's a fix: In admin/mail.php find the line that starts with

if (!mail($til, stripslashes ($vars['subject']), ...

and replace the "$til" with "$A['email']", i.e.

if (!mail($A['email'], stripslashes ($vars['subject']), ...****
 
Well, It didn't help.
 
TIA,
Giorgi

Reply via email to