Skip to content

Password recovery not working

edited September 2012 in Troubleshooting
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.

Comments

  • - Does your server allow you to send emails? Is sendmail enabled on your server?
    - Did you check your spam folder?
  • edited September 2012
    hey, @Ben

    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.
  • Try installing sendmail with this command

    sudo apt-get install sendmail
  • @Ben

    Yap, installed, and now works great. Thanks
This discussion has been closed.