Password recovery not working
Hello. When I tried to recover my password, I never get password sent to my email. I check in MySQL database, that password was changed on recovery request, but never arrived in my email. Any clue?
I host my Sendy on Amazon EC2 Ubuntu instance.
I host my Sendy on Amazon EC2 Ubuntu instance.
This discussion has been closed.
Comments
- Did you check your spam folder?
Amazon enabled me to send emails on my instance.
In phpinfo I see that sendmail directory is set, I dont know if its enabled.
Also check spam folder.
sudo apt-get install sendmail
Yap, installed, and now works great. Thanks