Send Emails with Next.js 13 - The Best & Easiest Way

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

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

  • @yidan_wang_ittan
    @yidan_wang_ittan 11 месяцев назад +1

    Brett, 8:57 where you got stuck is where i got stuck. and because of your sharing your revelation i finally make resend work on my website!!
    Thank you so much!! Intelligent and handsome life saver!!

  • @kenthefley2226
    @kenthefley2226 Год назад +7

    Man Brett. You are putting out exactly the stuff I want to learn.

  • @bernardstein1651
    @bernardstein1651 Год назад +3

    I spent all day deciding between Resend and Postmark. The Resend free tier is a lot more generous, but Postmark seems more established. Another great video learning a lot from your series.

  • @SHUBHAMPATEL-f6d
    @SHUBHAMPATEL-f6d Год назад +3

    Great work brett. You're efforts are clearly visible in your content. The skills how you explain, how you communicate are so great.

  • @aaronmacken
    @aaronmacken 9 месяцев назад

    I appreciate the tutorials, helping me learn next JS while I also grow my business! Cheers!

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

    You're the man Brett! Loving your videos as they are extremely helpful and easy to follow.

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

    Bro this helps me a lot thank you keep uploading videos like this

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

    thank you brett. that was a clear and great video.

  • @subhranshudas8862
    @subhranshudas8862 Год назад +6

    Pardon me, but for your Contact Form use case, shouldn't the from & to be reversed? Anyone should be able to send you an email. so you should take the "from" from the POST body where as the "to" is always fixed.
    Thanks!

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

      Exactly! I was confused for 10 mins straight, thinking if I was trippin or maybe I had a fault logic in my head in regards to how the Resend API works!
      Thanks for pointing this out :)

  • @John-eq5cd
    @John-eq5cd Год назад +1

    Thanks for the tutorial.
    I was wondering how the message is handled that the user types into the contact form.

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

      No problem! Thank you for tuning in! Glad I was able to help you out! Any suggestions for more content?

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

    Thanks man, great video!

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

    Brett has it all!

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

    such a good video , subbed in a second , also wanted to ask you , do you really need a domain for resend to work??

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

    Hey Great Work Brett !!!..Now a question can you use vercel domain for resend to work or you have to get a domain

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

      you can use it on localhost with their email as the sender onboarding@resend.dev. But you do need a domain and you get one free domain on the free plan.

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

    what should I do if just want to implement this for a college project ? Like I dont have access to any domains

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

    Thank you Brett! That was a great video, I integrated this with my next.js app! 🥳

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

    could u make a video showing how to send emails with nodemailer in production with google?

  • @JustinNg26
    @JustinNg26 9 месяцев назад

    Does this work if I am trying to create a booking form that includes a date and time picker?

  • @pablovaldes2397
    @pablovaldes2397 10 месяцев назад +1

    thank you so much man

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

    Does this also work in NextJs 14 or only on 13 as NextJs14 doesn't use AppRouter or Pages folder?

  • @nomxxn
    @nomxxn 10 месяцев назад

    This is probably asking for too much, how would you do it with payload cms, tried reading their docs but with no success

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

    Can you explain how to bind ui to the api in contact form

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

    I dont know, for me as begginer, i dont get it a lot of things. From where came the router.js now??

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

    Hey Brett, is resend only available in certain countries? I've set everything up correctly, verified my domain successfully, but I'm getting an error message saying "The domain is not verified" even though it appears to be verified on the resend dashboard. I'm in South Africa and I set my region as North Virginia as it's all that was available, would this likely be the issue?

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

    what if we don't have any domain to work...???

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

    please is it possible to use Resend if my website don't have a private domain name.

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

      I don't think so because you have to register your domain through resend and verify DNS records.

  • @sjonny-depp
    @sjonny-depp Год назад +1

    Maybe a nonsense question, but do I still need to use something like reCAPTCHA?

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

    I need What can we add in our form like value or something else I'm beginner

  • @muhammaduseram9405
    @muhammaduseram9405 8 месяцев назад +1

    can we setup resend with localhost?

    • @brettwestwooddeveloper
      @brettwestwooddeveloper  8 месяцев назад +1

      yes you can but use their test email to send it. Which is onboarding@resend.dev. Also, make sure to send it to your email that is associated with the email you signed up with on Resend

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

      @@brettwestwooddeveloper I want to send it to different email btw Thanks, and you look like a model😅

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

    Hey man! I had a particular question about setting this up and using Firebase hosting, running into a couple of problems. Went to your calendly link and it gave me a 404 error, I thought you'd want to know.

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

      Thanks for letting me know that. I will see what I can do, but I never used Firebase hosting. What are the problems you are running into?

  • @user-su4rd3ml8b
    @user-su4rd3ml8b Год назад +1

    thanks a lot bro

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

    Maybe we could have a next-auth password recover with Resend in the next video!

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

    how to work around the domain if i want to test it for a local setup ?

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

      They provide in the docs a test one you can use. You must use their test one

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

      @@brettwestwooddeveloper thanks buddy! Keep the great work going!

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

      @@brettwestwooddeveloper Hey where exactly is the testing domain in the docs ?

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

    Hello Brett! If you choose a domain region in America while being in the EU, you'll still be able to use your domain? Or the fees might vary based on the region you select? It appears that for the EU region, there's a $20 charge. However, the use of your domain shouldn't be affected by your geographical location, or so you should still be able to use it to send emails with your chosen domain? In that case, perhaps using SMTPJS is the best solution.

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

    Awesome video bro.please make a video on uploading pdf or images with next js and aws s3.

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

    Resend is awesome!

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

    When are you sending the email to yourself ? Shouldn't u email the actual message the user typed in the form to yourself first before you send the emailer thank you ? email to & from logic doesn't seem right to me. The video is great but i think this doesn't represents a real world scenario or correct me if i'm wrong!

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

    perfectly splendid.

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

    Hi.. Brett can you code with typescript...

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

    Please no more Javascript😂😂. Next isnt a beginner framework im sure most people use Type. But awesome vid

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

    Why don't people just use gmail and gmail smtp?

  • @ARUNRAWAT-rh5ks
    @ARUNRAWAT-rh5ks Год назад

    hey pls make a video on full stack project ecommerce store