DEV Community

Cover image for  Email Sending in Django 2, Part -1
Shobi
Shobi

Posted on

Email Sending in Django 2, Part -1

Yay ... I made another django video,

Emails are an integral part of any web application. You need them for user verification, billing or any kind of communication with users.

In this video, we are taking a look into django's console email backend, We will be sending emails as usual, but instead of actual email, Django will display it in the terminal. Let me know what you guys think in comments here or in youtube, I am happy to help you resolve any issues you encounter.

Source code : https://github.com/ShobiExplains/SimpleDjangoAuthentication/releases/tag/v0.0.2

Top comments (0)