I am trying to reset passowrd for an elgg user.
The mail function is not working in my elgg installation .
Where can I find the mail configuration settings ?
I there any way that admin can reset the password and inform users.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
it's not enough for mail() to be available - your server needs to be configured to be able to send mail out. For example, if you use xampp on localhost - mail() exists and is callable in php, but you'll never be able to actually send anything without additional configuration.
php mail() is available.
What additional configuration should I do ?
make sure that your hosing account can send emails. if not so please change ur server provider...
Also if the user has rediffmail id make sure that elgg is not delivering mails to spam folder
- Previous
- 1
- 2
- Next
You must log in to post replies.