Password recovery not working
jazairi opened this issue · 1 comments
jazairi commented
We are attempting to set up Matomo in Fargate and are having trouble with the password recovery emails. We configured emails to be sent using an SMTP server, and email reports are being sent successfully, but we're getting an error when we try to recover an account's password:
Error: 5.0.0 ... Config error. Possible reason: your host may have disabled the mail() function.
Please contact your Matomo administrator.
We're still having this issue after adding login_password_recovery_email_address
and login_password_recovery_replyto_email_address
to the config, as recommended here: https://matomo.org/faq/troubleshooting/faq_34856/
Has anyone else had this issue? Any ideas what else we can try?
jazairi commented
Never mind! It turns out the issue was that our config was getting rewritten by Matomo when we redeployed.