Intro
This post will guide you through the process of creating a form and functionality in ReactJS (with hooks) that will enable us to s...
For further actions, you may consider blocking this person and/or reporting abuse
You have a small typo in the second code preview of the React part.
It should be
</button>
instead of<button/>
(the slash is misplaced).Great article though! It helped me for the contact page of my (future) website. 😉
EmailJS also offer their own implementation for React.
to complete about dep: emailjs free plan it's 200 emails per month
there is also sendgrid service (100 mail per day) sendgrid.com/pricing/
there is maybe (ton of) other free providers. Thanks for this post 👏
Thanks for sharing, and you're welcome!
Hi there, do you happen to know if it works with .env? I tried to put my userID and serviceID in the .env file, but for some reasons it doesn't work. That's why I am wondering if emailjs work with .env file. Thank you.
Hi i had the same issue when trying to access the variable names in my .env file. I found a solution from the following link .
Hi, did you find solution for .env and EmailJS? I have a same problem, and didn't find any workable solution.
For those having issues setting up your .env, here's a good article (only if you've used Vite to set up your React app, not sure about CRA).
Mastering Environment Variables in Vite
That’s fantastic! I’ll share your blog post with my students ✨
Awesome! This means a lot! :)
Thanks for the tutorial, it's helpful.
Pls, how do I go about sending file attachments with emailjs and react.
you are kind
this mean a lot to me
Niiiice
Tnx!
Thanks man, it was really helpful,
we can also do this from formsubmit, its also a great and easy tool for form submission.
Worked like a charm. Thanks for this post.
Thanks for the tutorial 👍
Working fine for me. Btw, is there any other email service better than emailJS?
Yeah, literally doesn't fucking work. I press the Submit button and nothing happens.
amazing, I will just mention again the typo :)))