djangoindia / djangoindia.org

Official website of djangoindia community.
MIT License
6 stars 8 forks source link

Add Email sending functionality on Successful registration #16

Closed Yadavanurag13 closed 1 week ago

Yadavanurag13 commented 2 weeks ago

created utils.py file to implement the logic of email sending, rendered HTML file as email template

DevilsAutumn commented 1 week ago

Thanks 👍 . Also, its not a good practice to make PR from main branch. Always create a new branch (say patch-1) from main branch and then create PR from it. Rest looks good to me. Now we need to add background workers and send mails using it.