Hello. Good day! does the react-email needs to be always running to be able to use the email template that will be send ?
@DailyWebCoding Жыл бұрын
No you don’t have to
@phonebachКүн бұрын
To the point keep it up bro 💖
@codewithguillaume Жыл бұрын
Amazing video man !
@rishiraj2548 Жыл бұрын
👍
@DailyWebCoding Жыл бұрын
Appreciate it! 🫡😍
@matucho0110 ай бұрын
Excellent content! It works locally but, can you give me a few tips to deploy this in a production environment? Like to upload the project to Vercel.
@revaprasetyaАй бұрын
Wow, nice tutorial bro, thanks
@DailyWebCodingАй бұрын
Glad you liked it
@aryaadinulfadlan899810 ай бұрын
amazing video, but how to use local image as a logo ? tried this approach, but it didn't work: src="../public/logo.png" src="/logo.png"
@piratestuart29176 ай бұрын
me too
@salmanalfarisi59076 ай бұрын
put your images at /static, then load it via url = localhost:3000/static/image.png
@mrcomputer2007Күн бұрын
The best
@firebout76756 ай бұрын
How to use your gmail id instead of custom domain? Like we use to do using nodemailer ??
@DailyWebCoding6 ай бұрын
I don’t think resend support this feature
@criteria697210 ай бұрын
Have you tried uploading this project on vercel and attempt to send the emails? For some reason it only works locally and not in production. I also added all my Environment Variables to vercel as well. It says the email is successful but the email is never received.
@nomxxn10 ай бұрын
Check your “sent” from the email it’s being sent from to see if it’s actually being sent then try to use a temp email service to see if it works For some reason once I used the temp email service, it started working, I can’t tell you how but it did
@mascanho Жыл бұрын
great stuff. What font are you using?
@DailyWebCoding Жыл бұрын
I am using dank mono
@rafaeldossantosbarros509 Жыл бұрын
How to add a photo to the sending email?
@idevbrandon20475 ай бұрын
Thank you!
@jorgewilliam55448 ай бұрын
This video save lifes💯💥💥
@zillboy6 ай бұрын
Hi, this is such a valuable video however I have a questions Can you please tell if I host on Vercel and use the domain for sending email from *namecheap* is that going to work, thanks
@dr.dark.flames Жыл бұрын
when im running email dev its saying that there is no app directory or pages under project root but there is and my app is working normally..
@DailyWebCoding Жыл бұрын
I am not sure about your error. Are you setup on your own? Maybe try to clone my project here: github.com/Chensokheng/next-email. try to run it and see what is the difference and try to fix it later.
@dr.dark.flames Жыл бұрын
@DailyWebCoding i have my own nextapp that i just built using the npx creat app And everything working. I copied ur steps and add an emails folder inside the src folder and a template inside it I downloaded the packages and i added the script and it would say error missing ./emails folder
@dr.dark.flames Жыл бұрын
I tried raising the folder up next to the public folder level and then it would give me an error: no app or pages directory found
@DailyWebCoding Жыл бұрын
@@dr.dark.flames you can check this one github.com/Chensokheng/demo-email
@dr.dark.flames Жыл бұрын
@@DailyWebCoding i found the error..it works with npm but not pnpm...do u know the solution?
@hollycow81719 ай бұрын
11:32 How to rate limit user in a open form like a website contact form 😮
@vilasmankar695811 ай бұрын
bro it got almost 2 days still my domain is not verified..please tell me what to do... please
@DailyWebCoding11 ай бұрын
It is okay now ?
@vilasmankar695811 ай бұрын
@@DailyWebCoding yes bro
@DailyWebCoding11 ай бұрын
@@vilasmankar6958 Glad to hear that
@jozef_dev Жыл бұрын
very good bro
@DailyWebCoding Жыл бұрын
Thanks
@rogerstivencardonaarias8 ай бұрын
Any way you can explain how it works with JSX instead of TSX? None of these is working for me even when I try to convert the code to JSX still not success.
@user-ko7zx5um2m Жыл бұрын
Great video as always... is it possible to create templates for the authentication emails (confirm signup, etc.) of Supabase using react-email? Currently, template editing is limited to some extent in the Supabase backend.
@DailyWebCoding Жыл бұрын
Yes you can do that. Supabase has a admin client that you can used to generate link for signup. Checkout here: supabase.com/docs/reference/javascript/auth-admin-generatelink. So all you need to do is pass this link as a props to your template
@user-ko7zx5um2m Жыл бұрын
@@DailyWebCoding It would be great if you could implement react-email with one of your coming supabase apps to see best practise. :)
@shadiomar918410 ай бұрын
Can't we call send email from client-side directly without api route ?
@DailyWebCoding10 ай бұрын
If you don’t want to have API, you can call from client component to server component(handle send email). You should not call from client component because you will leak API key.
@shadiomar918410 ай бұрын
@@DailyWebCoding even if I send all required credentials via headers for instance ?
@hollycow81719 ай бұрын
@@shadiomar9184 always process critical data in server only. best practise.
@taldr274 ай бұрын
Is it possible to use the vercel free domain? I'm just making a personal project.
@Lvzck2 ай бұрын
no
@ayukalvieri31549 ай бұрын
How do we get a response if the email is not sent, or if the user email doesn't exist
@calmmind31607 ай бұрын
in resend ui
@rosaaeri46395 ай бұрын
I use vite react but I can't do it please help me I have the errors
@hollycow81719 ай бұрын
1:29 why not use npm run dev? 🤔
@VaibhavSonawane-dv4wi8 ай бұрын
"npm run email" - Used to run email service "npm run dev" - Used to run next app both needs to be run simultaneously for sending emails.
@wellbell2310 ай бұрын
and what if we do not have any domain?
@DailyWebCoding10 ай бұрын
You can use resend domain to test but you should have domain for production
@sushilkumar-to3oo3 ай бұрын
You will be only able to get otp on your registered email that loged in with
@vilasmankar695811 ай бұрын
Bro usually how many time it takes to verify the domain please reply
@DailyWebCoding11 ай бұрын
It could be one-two days
@vilasmankar695811 ай бұрын
@@DailyWebCoding how many time did..your domain took to verify?
@DailyWebCoding11 ай бұрын
Around 2days
@vilasmankar695811 ай бұрын
@@DailyWebCoding bro I saw many of youtubers.. got verified their domain in 15 mins...
@vilasmankar695811 ай бұрын
@@DailyWebCoding bro i saw many youtubers got their domain verified in 15 mins...
@hollycow81719 ай бұрын
10:13 my domain is alreay using microsoft 360 email. can we still use resend?
@hollycow81719 ай бұрын
ha i got it from their doc. use a subdomain to avoid conflicts. 👍
@yasingunaydiin3 ай бұрын
Great! Except that you didnt show us how to integrate this into our existing website so this tutorial is nothing for me and thousands of other new people.