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

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 12

  • @rzymski1974
    @rzymski1974 9 месяцев назад +1

    Exactly what I needed. Thank you very much.

  • @CBIAnalytics
    @CBIAnalytics  Год назад

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

  • @direcciondehoteles
    @direcciondehoteles 11 месяцев назад +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  11 месяцев назад

      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/

  • @CaptainChunk41
    @CaptainChunk41 3 месяца назад +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  3 месяца назад

      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.

  • @fernandocoelho1334
    @fernandocoelho1334 10 месяцев назад +2

    Thanks!

  • @therudranshpandeyshow7934
    @therudranshpandeyshow7934 6 месяцев назад

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

  • @sylviachapman8757
    @sylviachapman8757 Год назад +1

    "promosm"