Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CyrusCore opened this issue May 16, 2024 · 2 comments

Comments

@CyrusCore
Copy link

No description provided.

@CyrusCore
Copy link
Author

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

@shivamsawarn2003
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants