Send emails with Django and Amazon SES

Поделиться
HTML-код
  • Опубликовано: 26 июл 2024
  • Send emails with Django and Amazon SES
    Tutorial links:
    Setup the CLI:
    docs.aws.amazon.com/cli/lates...
    Django-ses package:
    pypi.org/project/django-ses/
    Production access:
    docs.aws.amazon.com/ses/lates...
    🪧| Contents of this video:
    00:00 - Intro
    00:05 - Pre-requisite
    3:46 - Send emails with Django and Amazon SES
    🧑‍🏫 | Courses:
    www.cloudwithdjango.com/courses
    ❤️ | My Patreon:
    / cloudwithdjango
    🎁 | Donations:
    www.paypal.com/donate/?hosted...
    💻 | Website:
    www.cloudwithdjango.com/
    📑 | Blog:
    www.cloudwithdjango.com/blog/
    📢 | Coaching:
    / coaching

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

  • @pil3driverwaltz164
    @pil3driverwaltz164 4 месяца назад +1

    Excellent tutorial as usual. You are very thorough with teaching each step along the way and why we do it. This isn't the case with a lot of other tutorial channels. Thank you.

    • @CloudWithDjango
      @CloudWithDjango  4 месяца назад +1

      Thank you so much! I really appreciate your support and comment! I'm glad that you are enjoying my teaching style and content.
      All the best to you!

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

    great video... thanks for all of these stuffs

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

    Finally, thank you

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

    Amazing tutorial and really easy to follow. It is great you really take the time to explain every step thoroughly. If someone is more advanced they can always put it at 1.5x o 2x. o just fast forward.
    I am completely new to AWS and trying to register my domain at Route 53/SES is a bit of a pain, I will check out if you have more videos explaining that! :)

    • @CloudWithDjango
      @CloudWithDjango  Год назад +2

      Hi.
      Thank you very much. I really appreciate your comment!
      Yes, I do have videos on my RUclips channel that explain how to register a domain name with Route 53, and how to provision an SSL\TLS certificate with Amazon Certificate Manager.
      Since you said that you are new to AWS, I am currently offering my premium AWS course on my website - www.cloudwithdjango.com/ for FREE, all you have to do is subscribe to my website (also free) to claim it.
      Of course, that is if you are interested in something like that. You are then more than welcome to check it out!
      Anyway, good luck and happy learning! :)

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

      @@CloudWithDjango Yes I checked it out and enrolled already, very interesting course! I like your teaching way and it really shows the scripting work you must have done in advance recording 👍

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

      @@k1k2k3k4 Thank you so much for enrolling, and thank you for your kind words! It us much appreciated! I hope that you enjoy the course! All the best :)

  • @libardo0860
    @libardo0860 4 месяца назад

    I love you!!, I can do it thanks to you 😍

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

    I bought both django deployment with server & serverless both are awesome. 😘

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

      Thank you so much for purchasing my courses! I hope that you learn a lot!
      Happy learning!

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

    thanks for the video was very helpfull

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

    🥳

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

    thanksss

  • @diederick90985
    @diederick90985 7 месяцев назад

    Amazing video. Is there a reason you give Administrator Access to the ses-user? SES access should be sufficient correct?

    • @CloudWithDjango
      @CloudWithDjango  7 месяцев назад

      Thank you! Yes, there are two ways to do it. Just a manner of preference.

  • @manny7662
    @manny7662 4 месяца назад

    I'm trying to send a password reset link to the user. How can I achieve this?

    • @CloudWithDjango
      @CloudWithDjango  4 месяца назад +1

      Hi,
      You can send a password reset link to a user by using the built-in PasswordResetView and PasswordResetConfirmView along with the associated templates and URL configurations.