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 ...
Jun 4, 20212 min read462

