How To Send Emails With Django | Simplified | 2022

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024
  • In this video, you'll learn how to send emails with django.
    ** More django Tutorials ***
    How to deploy django project to heroku: • 9 - How to Deploy Djan...
    Insert data to database from html and css form: • Insert Data to Databas...
    Django Authentication and user validation: • Django Authentication ...
    How to run django on mobile phone: • How to run Django Web ...
    *** Contact me on social media ***
    instagram: / the_proton_guy
    *** My Website ***
    www.theprotong...
    #django
    #djangoEmailMessage
    #sendemailswithdjango
  • НаукаНаука

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

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

    I love the teaching.

  • @osinaikegbemileke8271
    @osinaikegbemileke8271 2 года назад +1

    Thanks for the video, but it seems google is not allowing the option to turn on less secure apps

    • @the_proton_guy
      @the_proton_guy  2 года назад +1

      What error are you getting?

    • @osinaikegbemileke8271
      @osinaikegbemileke8271 2 года назад

      @@the_proton_guy it seems to work now, I had to allow 2 step verification

    • @osinaikegbemileke8271
      @osinaikegbemileke8271 2 года назад +1

      'tuple' object has no attribute 'splitlines' this is the error it is throwing. It is coming from the emaiMessage

    • @the_proton_guy
      @the_proton_guy  2 года назад

      I am not sure that error is from less secure apps. Are you sure your code is written well? Check the error message to see if it is pointing to a line in your code

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

      @@osinaikegbemileke8271 please sir mine isnt working

  • @MARKOTHEDEV
    @MARKOTHEDEV 2 года назад

    this does not work any more

    • @the_proton_guy
      @the_proton_guy  2 года назад

      What error did you get?

    • @MARKOTHEDEV
      @MARKOTHEDEV 2 года назад

      @@the_proton_guy this 'service s not available' that the error am getting

    • @the_proton_guy
      @the_proton_guy  2 года назад +1

      Ok. I'll look it up