Replies: 2 comments 1 reply
-
I just tested on my instance, with the following env vars set:
The email was sent and I received it in my inbox, but I can confirm the ports issue, will have a look |
Beta Was this translation helpful? Give feedback.
0 replies
-
These are my settings and nothing arrives at my SMTP server. Other containers are sending just fine through my relay. Any way for me to debug this more in depth?
Thanks for looking into the ports issue mentioned above. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set these parameters inside my compose file. This points to a local postfix who is relaying the email and doesn't need authentication. The postfix logs did not log any attempt of sending an email from dawarich.
I am also wodnerign why the reset link points to a URL without HTTPS and with the port, when I am accessing via reverse proxy.
http://dawarich.mydomain.tld:3000/users/password/edit?reset_password_token=secret
when further down, dawarich clearly shows it knows the URL it was triggered from:
location":"https://dawarich.mydomain.tld/users/sign_in"
Here are the logs of me trying to send a reset password email:
Beta Was this translation helpful? Give feedback.
All reactions