How I am building an email newsletter application (tailwind, next.js, dynamodb, aws ses)

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

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

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

    In SES do we need to verify the identity of both sender and receiver?

  • @appstuff6565
    @appstuff6565 5 месяцев назад

    Hey thanks for this. Im using Nextjs and supabase and im now requiring to use a smtp, for sending sign up and reset emails only, so what do you think is the best way to do about this? Nodemailer + Amazon SES? or can I just use nodemailer or aws ses alone? I'm confused.

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

    Hello, I noticed that your color theme extension has changed, please tell me the latest color theme you are using, thank you.

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

    Would it be possible to send that email with CC or BCC to group up everybody instead of 1 email per subscription?

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

      I don’t think you want to leak all the emails of your subscription list to your subscribers

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

      @@WebDevCody yea but hidden CC i think called BCC?

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

      @@ESArnau I’ll have to check that out, I’m a noob in regards to email

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

    Thanks for sharing. This project is really awesome. I suggest adding verification for emails once the user signup the verification email is sent to the email address he/her provided while signing up.

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

      Yeah that’s probably a good idea, I’m not sure if other newsletters do that

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

      @Web Dev Cody Yes, It's to prevent fake email addresses. So, you can store only valid email addresses which can receive emails in DynamoDB. In addition, prevent disposable email addresses.

  • @rushabhajain3977
    @rushabhajain3977 8 месяцев назад

    Is there any chance that I can also work with you on your projects?

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

    Curious to hear how you’d schedule emails?

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

    This brings back painful memories of styling emails for clients. At that time emails didnt even support css2 so there wasnt many options for styling 😅

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

    Amazon Ses free tier of 65k mails per month is only from ec2 instance or if deploy nextjs and send with nodemailer it will be free to ?

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

      I don't find nodemailer a production ready approach to sending email unless you hook it up to a real email service.

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

    You need to incorporate the CSS, hard code it, in the email it's self, or, link a css file on your server which should separate form you app styles. Nice video like always

    • @WebDevCody
      @WebDevCody  Год назад +5

      I actually founded something called mjml for making the html emails which does a good job making the emails for me. react-email is another library I may checkout for styling my emails.

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

      @@WebDevCody great I'll check those two options. Personally I wouldn't use a library for such a simple task but if it works and you like it, the task is complete 💯

  • @tonytony-fc6gq
    @tonytony-fc6gq Год назад

    THIS IS A GREAT PROJECT FOR ME, I can already build html emails

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

    The avatar looks really cool~

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

    Does Amazon ses have the ability to schedule emails?

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

      I don’t think so, you’d need to make something custom for that

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

    I'm learning a lot from you!!! I started to learn typescript because of your videos... recently I'm trying to use react-three-fiber but I'm having a lot of difficulties... have you thought about making content using react-three-fiber and typescript? maybe a playlist or something? thanks!!

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

      is that the 3d framework? Yeah I've been meaning to try it out.

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

      yes, it's a three.js renderer for react

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

    which theme do u use? vscode

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

    is this project open source , i can help you with the email css

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

      yeah it's on my repo, open source

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

    Perfect video and What is this theme ?

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

      Bearded theme

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

      @@WebDevCody Thank you su much, ı love your videos ❤

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

    Why not using gmail smtp server? It can send up to 500 emails per day for free

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

      500 emails per day! Thats why! Why I even asked? 😂

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

      Ses is super cheap I think

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

    Good work ! whats the name of the repo i cant find it

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

      github.com/webdevcody/newsletter-manager - I haven't touched this in a while, so good luck

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

    What’s the file icon theme?

  • @2penry2
    @2penry2 Год назад +1

    Email styling is next level painful!

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

    Good job babe!!!