Open CyrusCore opened 6 months 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.
i tried using emailjs from the other opened issue but it din't work