Thank you guy. It solved my issues in production (SMTP AUTHENTICATION ERROR). Once more, thank you
@CodeBand2 жыл бұрын
Welcome😊
@solomonbestz2 жыл бұрын
Can I use on production for email verification?
@CodeBand2 жыл бұрын
Yes, you can. But, for a bigger app in production, I would recommend going with providers like Sendgrid, Mailgun etc.
@abhijithkr44874 жыл бұрын
Bro.. Payment gateways django il integrate cheyyunna video cheyyamo..
@CodeBand4 жыл бұрын
Sure, will do that in future..❤️
@abhijithkr44874 жыл бұрын
@@CodeBand ok bro.
@CodeBand4 жыл бұрын
@@abhijithkr4487 😊
@blesscheriyan24404 жыл бұрын
That's right .still waiting for this videos🥰
@BableDaily2 жыл бұрын
Google dropped the less secure apps settings what to do naow
@CodeBand2 жыл бұрын
You can still send emails with App Passwords instead of your raw pass...
@etiquetandoemociones11862 жыл бұрын
alguien tiene el link del github donde esta este repo
@CodeBand2 жыл бұрын
lo siento por la respuesta tardía... No estoy seguro de si he empujado esto a github
@rangabharath42534 жыл бұрын
Awesome bro 👍😎
@CodeBand4 жыл бұрын
Thanks ✌️
@thibautsaah33792 жыл бұрын
Thank you brother
@CodeBand2 жыл бұрын
No problem
@bourkimohamed10682 жыл бұрын
How I can allow user to change Gmail and code?
@bourkimohamed10682 жыл бұрын
Thanks how I can allow user to change email and password?
@CodeBand2 жыл бұрын
@@bourkimohamed1068 You mean sending emails from their email ID ?
@bourkimohamed10682 жыл бұрын
@@CodeBand make email backend settings dynamic Password and email
@CodeBand2 жыл бұрын
@@bourkimohamed1068 If everything is configured correctly on those emails you're using, like we did in this video.... then it's possible...
@bourkimohamed10682 жыл бұрын
@@CodeBand if you can just make vedio about thats
@mfsdrawings86004 жыл бұрын
Very nice
@CodeBand4 жыл бұрын
Thanks
@user-zp8bq3lj4c2 жыл бұрын
👌👌
@CodeBand2 жыл бұрын
Thanks!
@bourkimohamed10682 жыл бұрын
I don't want to use email configuration fields in setting.py, i want to put them in to a model.
@CodeBand2 жыл бұрын
@BOURKI MOHAMED If everything is configured correctly on those emails you're using, like we did in this video.... then it's possible...
@radheyyadav45712 жыл бұрын
works for me
@CodeBand2 жыл бұрын
Thanks :)
@chhery66543 жыл бұрын
name 'SubscribeForm' is not defined am seeing this error
@CodeBand3 жыл бұрын
You might've missed the import statement...
@solomonbestz2 жыл бұрын
Thanks for the tutorial Does it work continuously? Is there a limit of mails sent per day?
@CodeBand2 жыл бұрын
No, there isn't any limits as such.
@blesscheriyan24404 жыл бұрын
Broz super videos plz upload otp in mobile and payment gateway
@CodeBand4 жыл бұрын
Thanks a lot..and I will do those videos in future...😊
@blesscheriyan24404 жыл бұрын
@@CodeBand still waiting
@CodeBand4 жыл бұрын
@@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
@misfarsiddeek31054 жыл бұрын
Great brother. And also make a video for explaining about decorators and signals in Django. Thank you.
@CodeBand4 жыл бұрын
Sure I will😊
@rexjace79383 жыл бұрын
i guess I'm quite randomly asking but do anybody know of a good website to stream newly released tv shows online?
@elonjackson51213 жыл бұрын
@Rex Jace I watch on Flixzone. You can find it on google =)
@anselsolomon62703 жыл бұрын
Thanks much
@CodeBand3 жыл бұрын
Glad to hear that...😊
@mrm46912 жыл бұрын
He didn't give EMAIL_BACKEND settings
@CodeBand2 жыл бұрын
Sorry for the late reply.... docs.djangoproject.com/en/4.0/ref/settings/#email-backend Default would suffice in this case...
@lucadavis10172 жыл бұрын
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
@CodeBand2 жыл бұрын
Sorry for the late reply... was this fixed ? This seems like some config. is incorrect, can you double check.
@dadabhaubelote21524 жыл бұрын
Thanks
@CodeBand4 жыл бұрын
Welcome and keep going😊
@dionisiemoscalu4273 жыл бұрын
not bad :)
@CodeBand3 жыл бұрын
:)
@rachid-dev3 жыл бұрын
Nice! And now, how to receive ( retrieve) with django? Thanks a lot👍
@CodeBand3 жыл бұрын
Glad to hear that and what you meant by retrieve, I didn't quite get you😊
@rachid-dev3 жыл бұрын
@@CodeBand retrieve (or display) the message from gmail for example
@CodeBand3 жыл бұрын
For retrieving messages, you might have to end up using their API. developers.google.com/gmail/api
@rachid-dev3 жыл бұрын
@@CodeBand GraphQL or Rest ? Thanks
@CodeBand3 жыл бұрын
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.😊
@alokranjansanga67594 жыл бұрын
please make video how to signup using gmail
@CodeBand4 жыл бұрын
Sure, I will definitely come up with those Social Authentications in future...😊