Join my free course on working with the database and models in Django: prettyprinted.com/djangodata
@ajalasegun16 жыл бұрын
Hey Anthony! Can you make a video on testing in django?
@xtremehackerzpro95116 жыл бұрын
This would be great :)
@prettyprinted6 жыл бұрын
Yeah, it's in the plans.
@majidaveiro44932 жыл бұрын
Thanks a lot
@sophia_mary_r79142 жыл бұрын
I can't thank you enough sir!
@eticialima3 жыл бұрын
Great Tutorial, if i want to do this with template ?
@KevinTempelx4 жыл бұрын
Thank you!
@gomathisubramanian86 жыл бұрын
Hello How to send the dynamic email?
@shehzada-e-habib19574 жыл бұрын
Thank you so much sir Anthony for this video! However, I am getting a problem here which I would like to discuss, and that is, I am getting an error while I run the server, namely """ModuleNotFoundError: No module named 'Send' """. How may I eradicate this error?
@khanasfireza95155 жыл бұрын
Brother loved your tutorials. I have a request, can you make a ajax based Django tutorial, like example a django-ajax to do list, That would help us a lot
@prettyprinted5 жыл бұрын
I'll see what I can do. Thanks for the idea.
@imtiyazahamedchowdhury28223 жыл бұрын
Please help ! i set same things in my local host its working but after upload its not working from hosting . no massage send from account . so what i have to change in setting when i upload project in real hosting ?
@pavankumark47084 жыл бұрын
Loved your videos.. It helped many people like me.. can you let us know how to send attachments in the email ?
@fowad273 жыл бұрын
What if you want to send an email but edit the body before sending? Is there any tutorial that deals with that?
@ayushuprety56764 жыл бұрын
Great video but i need your help in a problem.What if i need to send email to multiple people from database?
@rber55665 жыл бұрын
First time I realize I'm being helped by a black programmer! Thanks Hope this bleach pale scenario in tech changes fast enough Nice channel, too, cheers
@prettyprinted5 жыл бұрын
haha I'm glad you like my channel. Thanks for watching.
@anuareramirez4 жыл бұрын
How can i send emails from different accounts?
@ram_rahim_creations_officials5 жыл бұрын
how configure multiple emails at dynamically
@guilhermemenezes30495 жыл бұрын
message1 = ('Subject here', 'Here is the message', 'from@example.com', ['first@example.com', 'other@example.com']) message2 = ('Another Subject', 'Here is another message', 'from@example.com', ['second@test.com']) send_mass_mail((message1, message2), fail_silently=False)
@thiagocnunes4 жыл бұрын
@@guilhermemenezes3049 Perfeito :D
@jakubsamanek97155 жыл бұрын
Thank you very much
@prettyprinted5 жыл бұрын
You're welcome!
@thedumbfounds7676 жыл бұрын
Great video Anthony. Yes, the only thing that's a bit annoying is setting up the host... btw: how do you keep your keyboard strokes so quiet? ;)
@prettyprinted6 жыл бұрын
I use an ATR2100 microphone that picks up mostly directional sound and it's very close to my mouth.
@thedumbfounds7676 жыл бұрын
oh okay, thanks!
@wipoulou6 жыл бұрын
I like the typing sound on you vids
@shubhamjha57382 жыл бұрын
How to send pic in email body
@sergeyv66185 жыл бұрын
Спасибо.
@apurvashirbhate57243 жыл бұрын
Getting this error: WinError 10061] No connection could be made because the target machine actively refused it
@rimjhimgupta87455 жыл бұрын
I am getting no error but also email is not sending. Please help.
@Xylophonx6 жыл бұрын
How good does my python need to be, so I can use Django with no problems?
@thedumbfounds7676 жыл бұрын
xLiontari if you're comfortable with control flow, functions, and some oop you should be fine. The more advanced concepts should come along the way.
@prettyprinted6 жыл бұрын
Yeah what The Dumbfounds says. If you can do the basics, you have more than enough to get started with Django.
@Dineshtech-xr8id Жыл бұрын
make a video on microsoft / outllook mail
@wachirabeatrice82115 жыл бұрын
I would like to learn how to send bulk emails at once
@MuratDemir265 жыл бұрын
Celery can be used for that purpose :) "task queue" and "async functions" is key for bulk email sendings :)
@CesarContreras135 жыл бұрын
what if i wanna send a mail in a week?
@prettyprinted5 жыл бұрын
Then you'll have to use a tool to schedule it. The easiest way would to just put a record in your database with the time the email should be sent, and have some regular process check if any emails need to be sent.
@CesarContreras135 жыл бұрын
@@prettyprinted thank you, I'll check this out
@Crucizer5 жыл бұрын
time.sleep()
@manifz905 жыл бұрын
@@prettyprinted Hello pretty printed ... Can you please attach an article link regarding Scheduling mails or please send article link to manifz90@gmail.com
@samadansari61545 жыл бұрын
please help! why i'm getting mail by myself eg: from : abc@gmail.com to : abc@gmail.com