Send emails with Django and Gmail
, a better way
In this post I want to talk about how can we send emails using Django and Gmail, I read a lot of articles about this but none of them is working for me, this is my way of doing this
Setup Django ๐
first let's install django
pip install django
...
abderrahmane.hashnode.dev2 min read