I want to include an email service in my project. But for that I need to provide my email password to django setings.py in EMAIL_HOST_PASSWORD <https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-EMAIL_HOST_PASSWORD>. I want to know that secure to provide email password. When I deploy the project with a host, then is there are any risk of theft my password; how do I encrypt my password in django setings.py?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bb4dc1d9-53ad-48b6-829d-474d9b4fb098n%40googlegroups.com.

