cvoelcker / clonecademy

This is the BP origin of clonecademy. If you want to contribute to the current project, go to https://github.com/msusenburger/clonecademy
Other
2 stars 2 forks source link

How to register the email for receiving user mod requests correctly? #16

Closed msusenburger closed 7 years ago

msusenburger commented 7 years ago

ADMIN_EMAIL = "clonecademy@gmail.com"

SECRET_KEY = "some_secret_key"

EMAIL_HOST_PASSWORD = "some_amazingly_strong_password"

&&

EMAIL_HOST = 'smtp.gmail.com' EMAIL_PORT = 587 EMAIL_USE_TLS = True EMAIL_HOST_USER = 'clonecademy' EMAIL_HOST_PASSWORD = secrets.EMAIL_HOST_PASSWORD

PS: My first config with my E-Mail was also not working.

cvoelcker commented 7 years ago

Issue is caused by a dummy mail in the send form. Will fix with next US.

cvoelcker commented 7 years ago

Is fixed, waiting for #17

cvoelcker commented 7 years ago

CLosed with latest deploy