Send emails in Django in less than 5 minutes!

  Рет қаралды 4,039

Code With Clinton

Code With Clinton

Күн бұрын

Пікірлер: 36
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
settings.py: EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.gmail.com' EMAIL_PORT = 587 EMAIL_HOST_USER = 'sender_email@gmail.com' EMAIL_HOST_PASSWORD = 'app-password' EMAIL_USE_TLS = True EMAIL_USE_SSL = False
@abisolaoladeji3405
@abisolaoladeji3405 9 ай бұрын
I can not seem to make the Email worked. I followed the tutorial lines by lines, the gmail smtp, is it still working?
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
@@abisolaoladeji3405 you are definitely missing something, the video immediately after this has the complete source code.
@misatran1107
@misatran1107 6 ай бұрын
It not work form me in the first time. But when I delete and create new app, update pass_host=> it work. Thank Clinton so much for sharing very detail
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
@@misatran1107 you're welcome.
@halitozkaya2885
@halitozkaya2885 5 ай бұрын
Super useful video that fixes the issue with the "Less Secure Apps" setup that I see everywhere on the internet. Thank you!
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
I am glad it helped.
@fratz3890
@fratz3890 Ай бұрын
This is a very helpful and straightforward tutorial, thank you so much!
@CodeWithClinton
@CodeWithClinton Ай бұрын
@@fratz3890 you are welcome.
@pekariu1
@pekariu1 Ай бұрын
Where was i 9 months ago 🥺. Thanks Mr. this is so informative
@CodeWithClinton
@CodeWithClinton Ай бұрын
@@pekariu1 you are welcome.
@alibiamanzolov1265
@alibiamanzolov1265 9 ай бұрын
Thhanks for the relevant and straightforward tutorial!
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
You're welcome.
@santiagofernandez5522
@santiagofernandez5522 5 ай бұрын
Thank you for the video! It has been very helpful!!
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
you are welcome.
@fedemarquez0
@fedemarquez0 Ай бұрын
Thanks bro. This function exelent
@CodeWithClinton
@CodeWithClinton Ай бұрын
@@fedemarquez0 you are welcome.
@riclerico
@riclerico 9 ай бұрын
Hi Clinton, i recently came accross celery as a message queue application of some sort.
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
Yeah, that works too.
@resbrotherx
@resbrotherx 6 ай бұрын
thanks bro this helped alot
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
You're welcome.
@e-h-ashiq
@e-h-ashiq 10 ай бұрын
Hey could you please make a video on django on this topic - " How to make schedule task perform in django. for example i have to to assign monthly fee for all the student in management system, so how can i do that " ? please help
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
I have a content schedule I follow. 🙏
@Hizar_127
@Hizar_127 3 ай бұрын
The code runs without throwing any errors. However, the email is not being received by the recipient. The email is also not appearing in the "Sent" folder of the sending Gmail account. i configured it everything but still email is not receiving
@CodeWithClinton
@CodeWithClinton 3 ай бұрын
Did you copy the settings configuration from my code?
@Hizar_127
@Hizar_127 2 ай бұрын
@@CodeWithClinton yes
@CaptainChunk41
@CaptainChunk41 4 ай бұрын
I followed the steps but I keep getting this error, what could be causing this? "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)"
@CodeWithClinton
@CodeWithClinton 4 ай бұрын
Are you using a domain name?
@SKKDEVELOPERS
@SKKDEVELOPERS 8 ай бұрын
Getting this error message. "[Errno 101] Network is unreachable". What could be causing it?
@CodeWithClinton
@CodeWithClinton 8 ай бұрын
I can't really say what the issue is, paste the error on Google search bar.
@weixiangng8279
@weixiangng8279 5 ай бұрын
How about using just button click and send email? Is this possible?
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
yes it is possible.
@oluwaseunogunmolu
@oluwaseunogunmolu 10 ай бұрын
Anonymous users can login to your account using app password. You can delete all your app passwords after this video.
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Thank you so much, I am deleting it now.
@santiagofernandez5522
@santiagofernandez5522 5 ай бұрын
Thank you for the video! It has been very helpful.
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
You are welcome!
Sending Emails in Django With Celery
23:20
Pretty Printed
Рет қаралды 78 М.
What happened to React 19?
7:31
Maximilian Schwarzmüller
Рет қаралды 22 М.
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 5 МЛН
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,2 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 19 МЛН
Getting Started With Django All Auth
19:01
Pretty Printed
Рет қаралды 12 М.
Looking Into a REAL Codebase - Beyond the Basics
10:12
Tech With Tim
Рет қаралды 25 М.
React And Django Secure Authentication #1 | JWT tokens
19:07
Matt Makes Code
Рет қаралды 2,9 М.
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Maximilian Schwarzmüller
Рет қаралды 65 М.
Templates and errors in Django
33:01
Chai aur Code
Рет қаралды 51 М.
Send Emails With Python [UPDATED]
11:33
Code With Tomi
Рет қаралды 50 М.
Email Verification in Django using OTP - OTP expires every 5mins.
33:07
Code With Clinton
Рет қаралды 7 М.
Django Full Course 2024 - Build and Deploy a FullStack Django Web App
4:24:19
Code With Clinton
Рет қаралды 3,8 М.
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 5 МЛН