open-ecommerce-api / store-engine

An ecommerce backend-API created using Django and DRF (Django Rest Framework).
GNU General Public License v3.0
13 stars 10 forks source link

Confirmation email: The confirmation email needs to be sent promptly to the user's email address, and it should contain clear instructions on how to activate their account. #34

Open zamaniamin opened 1 year ago

zamaniamin commented 1 year ago

for work in production we need an email service and some config like this:

# EMAIL_USE_TLS= True
# EMAIL_HOST= 'smtp.gmail.com'
# EMAIL_PORT=587
# EMAIL_HOST_USER='your_account@mail'
# EMAIL_HOST_PASSWORD = 'your_password'