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

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

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

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

  • @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.

  • @kenthefley2226
    @kenthefley2226 ปีที่แล้ว +7

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

  • @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.

  • @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

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

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

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

    Brett has it all!

  • @abdulkerimyalcn3911
    @abdulkerimyalcn3911 ปีที่แล้ว +1

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

  • @andersbraathen1256
    @andersbraathen1256 ปีที่แล้ว +1

    Thanks man, great video!

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

      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.

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

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

  • @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

  • @aryankathawale9269
    @aryankathawale9269 11 หลายเดือนก่อน

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

  • @John-eq5cd
    @John-eq5cd 10 หลายเดือนก่อน +1

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

    • @brettwestwooddeveloper
      @brettwestwooddeveloper  10 หลายเดือนก่อน

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

  • @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 :)

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

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

  • @rogerstivencardonaarias
    @rogerstivencardonaarias 6 หลายเดือนก่อน

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

  • @shadowa641
    @shadowa641 11 หลายเดือนก่อน

    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.

  • @pablovaldes2397
    @pablovaldes2397 8 หลายเดือนก่อน +1

    thank you so much man

  • @rohithmohan8063
    @rohithmohan8063 10 หลายเดือนก่อน

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

  • @thayto_dev
    @thayto_dev ปีที่แล้ว +1

    Resend is awesome!

  • @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?

  • @nomxxn
    @nomxxn 9 หลายเดือนก่อน

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

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

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

  • @sjonny-depp
    @sjonny-depp ปีที่แล้ว +1

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

  • @vigneshwarvenugopal922
    @vigneshwarvenugopal922 ปีที่แล้ว +1

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

  • @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?

  • @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.

  • @KhaliidTech
    @KhaliidTech 11 หลายเดือนก่อน

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

  • @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??

  • @jesustzinon
    @jesustzinon ปีที่แล้ว +1

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

  • @user-su4rd3ml8b
    @user-su4rd3ml8b ปีที่แล้ว +1

    thanks a lot bro

  • @pulpml
    @pulpml 10 หลายเดือนก่อน

    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.

  • @muhammaduseram9405
    @muhammaduseram9405 6 หลายเดือนก่อน +1

    can we setup resend with localhost?

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

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

  • @eshw23
    @eshw23 ปีที่แล้ว +5

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

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

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

  • @amar5751
    @amar5751 ปีที่แล้ว +1

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

  • @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 ?

  • @ARUNRAWAT-rh5ks
    @ARUNRAWAT-rh5ks ปีที่แล้ว

    hey pls make a video on full stack project ecommerce store

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

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