Django Malayalam | Sending Emails in Django using Gmail | Secure, Easy and the Django Way

  Рет қаралды 3,690

Code Band

Code Band

Күн бұрын

In this Django Malayalam video, I'm gonna be showing you how to send emails in Django using Gmail. We will be doing step by step procedure starting with enabling two factor authentication in Gmail and then generating an App Password in Gmail. Then, we will move into the Django configurations by specifying email configurations in settings.py, making a simple Django form, a simple Django view to handle sending emails in Django and finally, a template to handle the user interface. We will explain each steps in depth and finally send the email using Gmail. This is a Django Malayalam video.
Subscribe | Code Band
References :
Github : github.com/akj...
Google 2FA and App Password : myaccount.goog...
Other videos in Code Band :
Django Malayalam | Build a Weather App in Django | Scrape Weather Data from Google | Beautiful Soup : • Django Malayalam | Bui...
Python Django Malayalam | Python .env File | Django .env File Example | Django Environment Variables : • Python Django Malayala...
Django Malayalam | Django Dependent Drop Down List Example | Django Forms and Form Validations : • Django Malayalam | Dja...
Django Malayalam | Django Select2 Tutorial | Django AJAX Dropdown | Django Search and Filter : • Django Malayalam | Dja...
Django Malayalam | Django Shell Plus | Advanced Django Shell | Django Shell Commands | Django Shell : • Django Malayalam | Dja...
Django Malayalam | Django select_related Examples | Django n+1 Query Problem | Django ORM Join : • Django Malayalam | Dja...
Django Malayalam | Autocomplete with jQuery UI | AJAX | Search | Filter from Database | Tutorial : • Django Malayalam | Aut...
Django Malayalam | Django Seed Data into Database Models | Django Faker | loaddata|Django Dummy Data : • Django Malayalam | Dja...
Playlist | Django Authentication in Malayalam | The easiest and actual way of doing it : • Django Authentication ...
Malayalam | How to Deploy Django Project on Heroku for Free : • Django Malayalam | How...
Malayalam | 3 Cool Django Features that Django Developers are Not Aware of : • Django Malayalam | 3 C...
Generic Class Based Views in Django | Introduction & Create View in Django | Learn by Example | CRUD : • Generic Class Based Vi...
Custom Model Manager & Model QuerySet in Django : • Custom Model Manager &...
Connect Django with MySQL : • How to Connect Django ...
Render Django Form Manually : Make Custom Form with Form Validations - • Render Django Form Man...
Instagram Automation using Python : • Instagram Automation u...
Top 5 Programming Languages to Learn in 2020 in Malayalam : • Top 5 Programming Lang...
:) You Can Find Me On:
My Website - jasim.tech/
Linkedin - / akjasim
Github - github.com/akj...
Facebook - / jasimakjasim
Twitter - / akjasim
Instagram - / jasim_ak

Пікірлер: 34
@labeebaanu3233
@labeebaanu3233 15 күн бұрын
good👍👍
@mfsdrawings8600
@mfsdrawings8600 4 жыл бұрын
Good job 👏
@CodeBand
@CodeBand 4 жыл бұрын
Thank you very much!
@falthgamer9213
@falthgamer9213 Жыл бұрын
how this success message on page? please reply
@nasifali2.086
@nasifali2.086 4 ай бұрын
i don't see the add password in this interface
@aswin900
@aswin900 4 жыл бұрын
Bro djangoil sighnup with otp verification cheyyamo?
@CodeBand
@CodeBand 4 жыл бұрын
Will do that in future brother😊
@saimaruthi_1
@saimaruthi_1 4 жыл бұрын
Thank you for this tutorial. can you make a video on sending emails with HTML templates
@CodeBand
@CodeBand 4 жыл бұрын
I didn't get you...What do you mean by HTML templates? If you meant sending emails from a good looking contact form, then, its not that hard...I have already done the logic in the video..u just need to change the look and feel of the page..everything else remains the same...
@saimaruthi_1
@saimaruthi_1 4 жыл бұрын
@@CodeBand I mean to say, styling the email content using HTML
@CodeBand
@CodeBand 4 жыл бұрын
My bad...sorry for that... I will try to make a video on that, if possible...anyways, it's also pretty much simple...you can use Django's render_to_string() along with the html_message kwarg in send_mail(). Read more on this stackoverflow question : stackoverflow.com/questions/3005080/how-to-send-html-email-with-django-with-dynamic-content-in-it
@saimaruthi_1
@saimaruthi_1 4 жыл бұрын
@@CodeBand thank you :)
@CodeBand
@CodeBand 4 жыл бұрын
@@saimaruthi_1 Keep going👍🏻👍🏻
@mujthabamk6679
@mujthabamk6679 4 жыл бұрын
നിങ്ങൾ എങ്ങനെ python automation പടിച്ചേ.. ഒന്ന് പറഞ്ഞുതരുമോ.... എനിക്കും അതേ method use ചെയ്യാനാ...🙏
@CodeBand
@CodeBand 4 жыл бұрын
Python Automation playlist und... kzbin.info/aero/PLbasZIkCgHJE6MjG959zmyV33YXEJk5SF Njan ellam self learning aan... Documentation, Google, KZbin, StackOverflow...
@abhijithkr4487
@abhijithkr4487 4 жыл бұрын
👍
@CodeBand
@CodeBand 4 жыл бұрын
Thanks a lot❤️
@aneesibm8128
@aneesibm8128 4 жыл бұрын
👍👍
@CodeBand
@CodeBand 4 жыл бұрын
Thanks a lot😊
@yashwanthbalanagu8942
@yashwanthbalanagu8942 4 жыл бұрын
You know how to generate a emails for reset password or forgot password in simple way I was seen bunch of videos they are telling in very hard and long way.....
@CodeBand
@CodeBand 4 жыл бұрын
For reset/forgot password, Django has already built-in mechanism for that...you just need to configure your mailing system, this video is one such kind and then Django will handle the rest of the things... Have a look at this wonderful article : simpleisbetterthancomplex.com/tutorial/2016/09/19/how-to-create-password-reset-view.html
@yashwanthbalanagu8942
@yashwanthbalanagu8942 4 жыл бұрын
@@CodeBand for django rest framework is also same process ???
@CodeBand
@CodeBand 4 жыл бұрын
@@yashwanthbalanagu8942 Not exactly, but almost the same logic...
@yashwanthbalanagu8942
@yashwanthbalanagu8942 4 жыл бұрын
@@CodeBand I think the way will be different for django rest framework, can you provide any resources. I checked but they are long . Or atleast make a video it will be very valuable for django rest users
@CodeBand
@CodeBand 4 жыл бұрын
Thanks for reaching out, I will definitely think about making a video. In the meantime, you can search for articles in Medium. I have given one below: medium.com/django-rest/django-rest-framework-change-password-and-update-profile-1db0c144c0a3
@__________________________6910
@__________________________6910 4 жыл бұрын
Hey, can u make video in English or Hindi ?
@CodeBand
@CodeBand 4 жыл бұрын
For every content I make, I will have two videos, one in English and the other in Malayalam and so does for this video too... Please have a look : kzbin.info/www/bejne/iouvXop8r9t3gMk
@__________________________6910
@__________________________6910 4 жыл бұрын
@@CodeBand ok
@quotesconnect1
@quotesconnect1 4 жыл бұрын
Bro whatapp no onnu tharumo
@CodeBand
@CodeBand 4 жыл бұрын
Please join Code Band Community Groups... WhatsApp: lnkd.in/g4aBdgJ Telegram: t.me/communitycodeband
@amjedsaleelk136
@amjedsaleelk136 4 жыл бұрын
👍
@CodeBand
@CodeBand 4 жыл бұрын
Thanks a lot bro...😊
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Tools EVERY Software Engineer Should Know
11:37
Tech With Tim
Рет қаралды 28 М.
Advanced Python Session 7 - DataFrame Operations (Part 1)
28:57
IntelliBI Innovations Technologies
Рет қаралды 2
The 4 Machine Learning Types You MUST Know
29:54
Data & Analytics
Рет қаралды 3
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН