Sending Emails with Django #1: Configuration and Basics of Sending Emails with Gmail

preview_player
Показать описание
In this tutorial series I show you how to send emails from your Django Application. In this video we set up the Google and Django configuration, and we provide a basic example.

In the next videos we will focus on using nice looking HTML templates for our emails, and we will pass in variables in this template to customize the email to the users.

The full code is available on GitHub, the link to the code is available in the comment section!

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Exactly what I needed. Thank you very much.

rzymski
Автор

Excellent video, it would be great if you could load an email list or several emails separated by comma, this would obviously give the possibility to have a dual purpose and be able to send more than one email at a time.

direcciondehoteles
Автор

I followed the steps but I keep getting this error, what could be causing this? [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)"

CaptainChunk
Автор

can you also add the requirements.txt file on Git Hub. while running the code there seems to be some errors

therudranshpandeyshow