Solved Sending emails doesn't work
-
When I try setting registration method to "Invitation", I can't and this message appears:
Emails must be enabled in order to use this method. Please contact your system administrator.
-
Just released the new package with the fix from @BrutalBirdie thanks!
-
I found a solution. Inside the .env file, I uncommented and activated the option:
ALLOW_MAIL_NOTIFICATIONS=true
and it works well.
It activates also the password reset.
Maybe this option should be enabled in the packaging of this application.
-
@jeau hmm another good catch.
The problem with Greenlight is also, every time you make
.env
file changes you need to restart the app to take effect.I will look into this option and make an update tomorrow.
Thanks for reporting.
-
Checked, Updated, Tested.
Created PR.
https://git.cloudron.io/cloudron/greenlight-app/-/merge_requests/6
-
@brutalbirdie thanks
-
Just released the new package with the fix from @BrutalBirdie thanks!