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

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 12

  • @rzymski1974
    @rzymski1974 10 หลายเดือนก่อน +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/

  • @fernandocoelho1334
    @fernandocoelho1334 ปีที่แล้ว +2

    Thanks!

  • @CBIAnalytics
    @CBIAnalytics  ปีที่แล้ว

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

  • @CaptainChunk41
    @CaptainChunk41 4 หลายเดือนก่อน +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  4 หลายเดือนก่อน

      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.

  • @therudranshpandeyshow7934
    @therudranshpandeyshow7934 7 หลายเดือนก่อน

    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"