SMTP email error on signup #1582
Replies: 2 comments 7 replies
-
Please don't open issues related to self hosting. I've moved this to a discussion. Now in terms of your actual issue, three things come to mind:
If you ask me, I think 2 is the issue. If not, then 3. For reference, we ourselves are using the SMTP flow on production, and it's working fine. BTW, if all you need is the OTP to log in, see https://help.ente.io/self-hosting/faq/otp |
Beta Was this translation helpful? Give feedback.
-
Does anyone have an example of getting smtp configured for gmail? Do the gmail smtp values go into museum.yaml or credentials.yaml? It wont build for me if there in museum but when i have them in credentials i hit this error above. |
Beta Was this translation helpful? Give feedback.
-
Description
Trying to set this up for the first time, using docker, image: ghcr.io/ente-io/server (not build).
Containers start properly, Android app can connect to my local endpoint and via reverse proxy. Attempting to create a new account returns an error (see screenshot), phone logs show an HTTP status error 500 and the container logs show the following:
credentials.yaml is being used, key.encryption, key.hash and jwt.secret all created with base64 but the error persists even if they aren't in use. SMTP credentials are correct.
When trying with gmail smtp it shows that it was unauthorized, but again the credentials are correct. Escaping the password makes no difference.
I've tried setting the variable directly in the compose environment block (
ENTE_SMTP_HOST=
,ENTE_SMTP_PORT=
etc.) though to be honest I didn't expect that to work either.What am I missing?
Version
latest
What product are you using?
Ente Photos
What platform are you using?
Mobile - Android, Server
Beta Was this translation helpful? Give feedback.
All reactions