Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't receive the verification email #1839

Open
Biasio opened this issue Dec 7, 2024 · 1 comment
Open

Can't receive the verification email #1839

Biasio opened this issue Dec 7, 2024 · 1 comment

Comments

@Biasio
Copy link

Biasio commented Dec 7, 2024

Hi,
I'm using the app from f-droid, the registration was fine, but when I press the "send verification email" it says that the email was sent successfully, but I receive no email. I tried doing the same thing from the browser, and I have the same result.
Let me know of you need some more infos.

@idahogray
Copy link

I am just trying this out myself with docker compose and I see the same issue. If you are using docker compose, I believe you will need to create a custom .env file and include that in your compose override file. The README describes how to do this. In the .env file, you will need to set up the email parameters for your email provider.

# Email
# https://docs.djangoproject.com/en/4.1/topics/email/#smtp-backend
# ENABLE_EMAIL=False
# EMAIL_HOST=email.example.com
# EMAIL_PORT=587
# EMAIL_HOST_USER=username
# EMAIL_HOST_PASSWORD=password
# EMAIL_USE_TLS=True
# EMAIL_USE_SSL=False
FROM_EMAIL='wger Workout Manager <[email protected]>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants