HamishMW / portfolio

My personal portfolio website built using React and three js
https://hamishw.com
MIT License
2.4k stars 519 forks source link

Please help how to use nodemailer/emailjs rather using aws give me full tutorial please #81

Open CyrusCore opened 3 months ago

CyrusCore commented 3 months ago

i tried using emailjs from the other opened issue but it din't work

shivamsawarn2003 commented 1 month ago

I have used emailjs in my portfolio website if you really want to learn from my repo then this is the url :- https://github.com/shivamsawarn2003/react/blob/main/src/components/Contact.js but i will give you the rough idea of how do we approach it to implement this
1.) Add EmailJS SDK: Ensure you’ve installed EmailJS in your project. If not, install it with npm install emailjs-com.

2.)Configure EmailJS: Import EmailJS and initialize it with your User ID. 3.)Create the Contact Form: In your portfolio project, add a form component. For example, if you're using React, it might look like this: https://github.com/shivamsawarn2003/react/blob/main/src/components/Contact.js

I hope this will guide you to implement this feature and if you face any problem regarding this feel free to comment down.