Sending emails doesn't work
-
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.
-
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.
-
@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
-
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!