ChiefOnboarding
ChiefOnboarding copied to clipboard
Not receiving password reset email.
I wasn't able to receive email for new user creation nor password rest. I used docker compose up and nothing else, was there anything else I need to setup?
Did you add an email provider to your environment credentials? See: https://docs.chiefonboarding.com/integrations/Email.html
Same here. SMTP email is configured via https://docs.chiefonboarding.com/integrations/email/
Creating a new admin and using the password reset page do not send out emails. No error shown in logs either.
@vidkun I have just tested SMTP with Postmark. It worked fine for me. Please note that you should use either EMAIL_USE_TLS=True
or EMAIL_USE_SSL=True
. I don't think you can enable them both at the same time. Simply don't set the other one.
What provider are you trying to use?