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

  Рет қаралды 23,684

Brett Westwood - Software Engineer

Brett Westwood - Software Engineer

Күн бұрын

Пікірлер: 70
@yidan_wang_ittan
@yidan_wang_ittan 11 ай бұрын
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!!
@brettwestwooddeveloper
@brettwestwooddeveloper 11 ай бұрын
Thank you! Glad I could help you out!
@kenthefley2226
@kenthefley2226 Жыл бұрын
Man Brett. You are putting out exactly the stuff I want to learn.
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Thank you so much for supporting!
@SHUBHAMPATEL-f6d
@SHUBHAMPATEL-f6d Жыл бұрын
Great work brett. You're efforts are clearly visible in your content. The skills how you explain, how you communicate are so great.
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Thank you so much!
@bernardstein1651
@bernardstein1651 Жыл бұрын
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.
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Thank you so much for tuning in!
@bulletrain2137
@bulletrain2137 Жыл бұрын
You're the man Brett! Loving your videos as they are extremely helpful and easy to follow.
@aaronmacken
@aaronmacken 9 ай бұрын
I appreciate the tutorials, helping me learn next JS while I also grow my business! Cheers!
@zlitegaming8397
@zlitegaming8397 Жыл бұрын
Bro this helps me a lot thank you keep uploading videos like this
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
No problem! Thanks for tuning in!
@abdulkerimyalcn3911
@abdulkerimyalcn3911 Жыл бұрын
thank you brett. that was a clear and great video.
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Glad it was helpful!
@ekchills6948
@ekchills6948 Жыл бұрын
Brett has it all!
@John-eq5cd
@John-eq5cd Жыл бұрын
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 Жыл бұрын
Thanks man, great video!
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
You are welcome!
@CO_IN_TECH
@CO_IN_TECH Жыл бұрын
Thank you Brett! That was a great video, I integrated this with my next.js app! 🥳
@umanggoel5385
@umanggoel5385 Жыл бұрын
what should I do if just want to implement this for a college project ? Like I dont have access to any domains
@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
@JustinNg26
@JustinNg26 9 ай бұрын
Does this work if I am trying to create a booking form that includes a date and time picker?
@subhranshudas8862
@subhranshudas8862 Жыл бұрын
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 Жыл бұрын
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 :)
@rogerstivencardonaarias
@rogerstivencardonaarias 8 ай бұрын
Does this also work in NextJs 14 or only on 13 as NextJs14 doesn't use AppRouter or Pages folder?
@rohithmohan8063
@rohithmohan8063 Жыл бұрын
Can you explain how to bind ui to the api in contact form
@samuelvictoralexander8770
@samuelvictoralexander8770 Жыл бұрын
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.
@vigneshwarvenugopal922
@vigneshwarvenugopal922 Жыл бұрын
what if we don't have any domain to work...???
@KhaliiDev
@KhaliiDev Жыл бұрын
I need What can we add in our form like value or something else I'm beginner
@eugeneiregi9169
@eugeneiregi9169 Жыл бұрын
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.
@youssefaskar5780
@youssefaskar5780 Жыл бұрын
could u make a video showing how to send emails with nodemailer in production with google?
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Never have done this but I can give it a look
@jearldev9684
@jearldev9684 Жыл бұрын
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?
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Not 100% I would contact their support team to verify.
@sarenavrana2924
@sarenavrana2924 Жыл бұрын
I dont know, for me as begginer, i dont get it a lot of things. From where came the router.js now??
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
You mean the route.js?
@sjonny-depp
@sjonny-depp Жыл бұрын
Maybe a nonsense question, but do I still need to use something like reCAPTCHA?
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
I don't think you need to
@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??
@muhammaduseram9405
@muhammaduseram9405 8 ай бұрын
can we setup resend with localhost?
@brettwestwooddeveloper
@brettwestwooddeveloper 8 ай бұрын
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 Жыл бұрын
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?
@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.
@pablovaldes2397
@pablovaldes2397 10 ай бұрын
thank you so much man
@brettwestwooddeveloper
@brettwestwooddeveloper 10 ай бұрын
No problem!
@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!
@thayto_dev
@thayto_dev Жыл бұрын
Resend is awesome!
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Yes it is
@jesustzinon
@jesustzinon Жыл бұрын
Maybe we could have a next-auth password recover with Resend in the next video!
@umanggoel5385
@umanggoel5385 Жыл бұрын
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 ?
@amar5751
@amar5751 Жыл бұрын
Hi.. Brett can you code with typescript...
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Yes why though?
@user-su4rd3ml8b
@user-su4rd3ml8b Жыл бұрын
thanks a lot bro
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
No problem!
@OnlyJavascript
@OnlyJavascript Жыл бұрын
perfectly splendid.
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Thank you!
@gauravsharma4994
@gauravsharma4994 Жыл бұрын
Awesome video bro.please make a video on uploading pdf or images with next js and aws s3.
@eshw23
@eshw23 Жыл бұрын
Please no more Javascript😂😂. Next isnt a beginner framework im sure most people use Type. But awesome vid
@brettwestwooddeveloper
@brettwestwooddeveloper Жыл бұрын
Noted!
@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
React Email with Resend (Complete Tutorial)
24:16
Cosden Solutions
Рет қаралды 28 М.
This free Chinese AI just crushed OpenAI's $200 o1 model...
4:41
Fireship
Рет қаралды 1,2 МЛН
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 240 М.
I Created My OWN Components with Shadcn CLI and You Can Too!
15:58
Brett Westwood - Software Engineer
Рет қаралды 6 М.
BOLT.diy: Build UNLIMITED Apps in Minutes 🚀 (No Code Required)
16:45
Inertia 2.0: It's like Next but better (and you can use React!)
19:02
Theo - t3․gg
Рет қаралды 60 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 252 М.
Introduction to Payload - The open-source Next.js backend
13:29
Send Emails Using React Email, Resend, & Server Actions in NextJs
24:22
Тёма Сенюков - Next.js. Как ты вообще рендеришь?
44:46
HolyJS — конференция для JavaScript‑разработчиков
Рет қаралды 24 М.
Next Auth - JWT & Session Callback & How to Update User Session
31:34
Brett Westwood - Software Engineer
Рет қаралды 52 М.