Тёмный
No video :(

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

Code Band
Подписаться 12 тыс.
Просмотров 11 тыс.
50% 1

In this 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.
Subscribe | Code Band
References :
Github : github.com/akj...
Google 2FA and App Password : myaccount.goog...
Other videos in Code Band:
Django Autocomplete with jQuery UI | AJAX | Search | Filter from Database | Tutorial | Code Band : • Django Autocomplete wi...
Build a Weather App in Django | Scrape Weather Data from Google | Beautiful Soup | Python Requests : • Build a Weather App in...
Python .env File | Django .env File Example | Python Decouple Django | Django Environment Variables : • Python .env File | Dj...
Django Dependent Drop Down List Example | Integration with Django Forms and Django Form Validations : • Django Dependent Drop ...
Django Select2 Tutorial | Django Dropdown | Django ajax Dropdown | Django Search and Filter : • Django Select2 Tutoria...
Django Shell Plus | Advanced Django Shell | Django Shell Commands | Django Shell Tutorial : • Django Shell Plus | Ad...
Django Seed Data into Database Models | Django Faker | Django loaddata | Django Dummy Data : • Django Seed Data into ...
3 Cool Django Features that Django Developers are Not Aware of : • 3 Cool Django Features...
Build a Weather App in Django | Scrape Weather Data from Google | Beautiful Soup | Python Requests : • Build a Weather App in...
Django Custom User Model | Email as Username | Phone as Username | Authentication Example |Code Band : • Django Custom User Mod...
Playlist | Django Authentication | The easiest and actual way of doing it : • Django Authentication ...
Playlist | Django Relationships | Explained with Example by Code Band : • Django Relationships |...
Custom Model Manager & Model QuerySet in Django : • Custom Model Manager &...
Render Django Form Manually : Make Custom Form with Form Validations - • Render Django Form Man...
Generic Class Based Views in Django | Introduction & Create View in Django | Learn by Example | CRUD : • Generic Class Based Vi...
How to Deploy Django Project on Heroku for Free : • How to Deploy Django P...
Connect Django with MySQL : • How to Connect Django ...
Instagram Automation using Python : • Instagram Automation u...
Top 5 Programming Languages to Learn in 2020 : • 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

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 69   
@khamiscisse8302
@khamiscisse8302 2 года назад
Thank you guy. It solved my issues in production (SMTP AUTHENTICATION ERROR). Once more, thank you
@CodeBand
@CodeBand 2 года назад
Welcome😊
@radheyyadav4571
@radheyyadav4571 Год назад
works for me
@CodeBand
@CodeBand Год назад
Thanks :)
@misfarsiddeek3105
@misfarsiddeek3105 3 года назад
Great brother. And also make a video for explaining about decorators and signals in Django. Thank you.
@CodeBand
@CodeBand 3 года назад
Sure I will😊
@rexjace7938
@rexjace7938 3 года назад
i guess I'm quite randomly asking but do anybody know of a good website to stream newly released tv shows online?
@elonjackson5121
@elonjackson5121 3 года назад
@Rex Jace I watch on Flixzone. You can find it on google =)
@rangabharath4253
@rangabharath4253 3 года назад
Awesome bro 👍😎
@CodeBand
@CodeBand 3 года назад
Thanks ✌️
@thibautsaah3379
@thibautsaah3379 2 года назад
Thank you brother
@CodeBand
@CodeBand 2 года назад
No problem
@solomonbestz
@solomonbestz Год назад
Thanks for the tutorial Does it work continuously? Is there a limit of mails sent per day?
@CodeBand
@CodeBand Год назад
No, there isn't any limits as such.
@mfsdrawings8600
@mfsdrawings8600 3 года назад
Very nice
@CodeBand
@CodeBand 3 года назад
Thanks
@anselsolomon6270
@anselsolomon6270 3 года назад
Thanks much
@CodeBand
@CodeBand 3 года назад
Glad to hear that...😊
@solomonbestz
@solomonbestz Год назад
Can I use on production for email verification?
@CodeBand
@CodeBand Год назад
Yes, you can. But, for a bigger app in production, I would recommend going with providers like Sendgrid, Mailgun etc.
@abhijithkr4487
@abhijithkr4487 3 года назад
Bro.. Payment gateways django il integrate cheyyunna video cheyyamo..
@CodeBand
@CodeBand 3 года назад
Sure, will do that in future..❤️
@abhijithkr4487
@abhijithkr4487 3 года назад
@@CodeBand ok bro.
@CodeBand
@CodeBand 3 года назад
@@abhijithkr4487 😊
@blesscheriyan2440
@blesscheriyan2440 3 года назад
That's right .still waiting for this videos🥰
@dadabhaubelote2152
@dadabhaubelote2152 3 года назад
Thanks
@CodeBand
@CodeBand 3 года назад
Welcome and keep going😊
@blesscheriyan2440
@blesscheriyan2440 3 года назад
Broz super videos plz upload otp in mobile and payment gateway
@CodeBand
@CodeBand 3 года назад
Thanks a lot..and I will do those videos in future...😊
@blesscheriyan2440
@blesscheriyan2440 3 года назад
@@CodeBand still waiting
@CodeBand
@CodeBand 3 года назад
​@@blesscheriyan2440 Currently, very much much busy with academics and projects, haven't posted since 45 days. Once I become free, I will definitely give it a try... Meanwhile, you can refer: medium.com/@ksarthak4ever/django-two-factor-authentication-2ece42748610 medium.com/@dk521/integrating-razorpay-with-django-91302dcd9adb
@rachid-dev
@rachid-dev 3 года назад
Nice! And now, how to receive ( retrieve) with django? Thanks a lot👍
@CodeBand
@CodeBand 3 года назад
Glad to hear that and what you meant by retrieve, I didn't quite get you😊
@rachid-dev
@rachid-dev 3 года назад
@@CodeBand retrieve (or display) the message from gmail for example
@CodeBand
@CodeBand 3 года назад
For retrieving messages, you might have to end up using their API. developers.google.com/gmail/api
@rachid-dev
@rachid-dev 3 года назад
@@CodeBand GraphQL or Rest ? Thanks
@CodeBand
@CodeBand 3 года назад
Tricky question and what I have to say is, you need to research on which one to use based upon you app requirements, technology stack and so on.😊
@BableDaily
@BableDaily 2 года назад
Google dropped the less secure apps settings what to do naow
@CodeBand
@CodeBand 2 года назад
You can still send emails with App Passwords instead of your raw pass...
@user-zp8bq3lj4c
@user-zp8bq3lj4c 2 года назад
👌👌
@CodeBand
@CodeBand 2 года назад
Thanks!
@etiquetandoemociones1186
@etiquetandoemociones1186 2 года назад
alguien tiene el link del github donde esta este repo
@CodeBand
@CodeBand 2 года назад
lo siento por la respuesta tardía... No estoy seguro de si he empujado esto a github
@dionisiemoscalu427
@dionisiemoscalu427 2 года назад
not bad :)
@CodeBand
@CodeBand 2 года назад
:)
@bourkimohamed1068
@bourkimohamed1068 2 года назад
How I can allow user to change Gmail and code?
@bourkimohamed1068
@bourkimohamed1068 2 года назад
Thanks how I can allow user to change email and password?
@CodeBand
@CodeBand 2 года назад
@@bourkimohamed1068 You mean sending emails from their email ID ?
@bourkimohamed1068
@bourkimohamed1068 2 года назад
@@CodeBand make email backend settings dynamic Password and email
@CodeBand
@CodeBand 2 года назад
​@@bourkimohamed1068 If everything is configured correctly on those emails you're using, like we did in this video.... then it's possible...
@bourkimohamed1068
@bourkimohamed1068 2 года назад
@@CodeBand if you can just make vedio about thats
@bourkimohamed1068
@bourkimohamed1068 2 года назад
I don't want to use email configuration fields in setting.py, i want to put them in to a model.
@CodeBand
@CodeBand 2 года назад
​ @BOURKI MOHAMED If everything is configured correctly on those emails you're using, like we did in this video.... then it's possible...
@alokranjansanga6759
@alokranjansanga6759 3 года назад
please make video how to signup using gmail
@CodeBand
@CodeBand 3 года назад
Sure, I will definitely come up with those Social Authentications in future...😊
@alokranjansanga6759
@alokranjansanga6759 3 года назад
@@CodeBand thanks to reply
@mrm4691
@mrm4691 2 года назад
He didn't give EMAIL_BACKEND settings
@CodeBand
@CodeBand 2 года назад
Sorry for the late reply.... docs.djangoproject.com/en/4.0/ref/settings/#email-backend Default would suffice in this case...
@chhery6654
@chhery6654 2 года назад
name 'SubscribeForm' is not defined am seeing this error
@CodeBand
@CodeBand 2 года назад
You might've missed the import statement...
@abhijithkr4487
@abhijithkr4487 3 года назад
👍
@CodeBand
@CodeBand 3 года назад
Thanks😊
@lucadavis1017
@lucadavis1017 2 года назад
nice video, i have been trying out this but it keeps showing this error ; TimeoutError at / [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond, please help out
@CodeBand
@CodeBand Год назад
Sorry for the late reply... was this fixed ? This seems like some config. is incorrect, can you double check.
Далее
Sending Emails in Django With Celery
23:20
Просмотров 78 тыс.
PEDRO PEDRO INSIDEOUT
00:10
Просмотров 3,1 млн
Send emails with Django and Amazon SES
37:41
Просмотров 8 тыс.