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. The change I did was given at http://www.geeklog.net/article.php?story=20030514004238438#comments
****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
|
- [geeklog-users] email problems upon registration geeklog-users-admin
- Re: [geeklog-users] email problems upon registrat... geeklog-users-admin
- Re: [geeklog-users] email problems upon regis... geeklog-users-admin