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

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 12

  • @rzymski1974
    @rzymski1974 Рік тому +1

    Exactly what I needed. Thank you very much.

  • @direcciondehoteles
    @direcciondehoteles Рік тому +1

    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.

    • @CBIAnalytics
      @CBIAnalytics  Рік тому

      You can! For recipient_list is a list where you can include multiple email adresses. Django has different functions which can also handle mass emails. You can check out the documentation for more details: docs.djangoproject.com/en/4.2/topics/email/

  • @CBIAnalytics
    @CBIAnalytics  Рік тому

    Code is available on GitHub: github.com/NickMol/Django-Emails

  • @fernandocoelho1334
    @fernandocoelho1334 Рік тому +2

    Thanks!

  • @therudranshpandeyshow7934
    @therudranshpandeyshow7934 8 місяців тому

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

  • @CaptainChunk41
    @CaptainChunk41 6 місяців тому +1

    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)"

    • @CBIAnalytics
      @CBIAnalytics  6 місяців тому

      I have not seen this error before. It could have to do with outdated packages you are using in your project. You can try to update all packages etc.

  • @sylviachapman8757
    @sylviachapman8757 Рік тому +1

    "promosm"