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

Feat: Integrating Email Sending Backend for Contact Us or feedback form. #109

Open
3 tasks done
AbhijitMotekar99 opened this issue Oct 6, 2024 · 9 comments
Open
3 tasks done
Assignees
Labels
enhancement New feature or request let me know

Comments

@AbhijitMotekar99
Copy link
Contributor

Describe the feature

The integration of an email-sending backend for the "Contact Us" section would allow users to submit their inquiries, feedback, or support requests through a web form. Upon submission, an email would be sent to the designated recipient (e.g., the support team or a specific email address), ensuring prompt communication and response.

Add ScreenShots

Screenshot 2024-10-06 192503

Record

  • I agree to follow this project's Code of Conduct
  • I'm a gssoc-24-extd contributor
  • I want to work on this issue
@AbhijitMotekar99 AbhijitMotekar99 added the enhancement New feature or request label Oct 6, 2024
Copy link
Contributor

github-actions bot commented Oct 6, 2024

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
for more information join our discord https://discord.gg/Jh3bWQ7FRN

@RamakrushnaBiswal
Copy link
Owner

@AbhijitMotekar99 how you will verify the email is exist or not

@AbhinavDhiman34
Copy link

i solved the same problem in my project. in which i resolved a issue of sending the reset password email to the user assign it to me and tag GSSOC extended

@RamakrushnaBiswal
Copy link
Owner

@AbhinavDhiman34 wait if he didn't respond then I will assign you:)

@AbhinavDhiman34
Copy link

The Problem:
Currently, when someone tries to submit feedback on your website, an error occurs, and there’s no proper system to manage or store the feedback. As a result, feedback is not being collected or processed effectively.

My Solution:
I will create an API that will handle feedback submissions. Whenever a user submits feedback, a POST request will be sent to this API route, which will store the feedback in a database. Additionally, the user will receive an email confirming that their feedback has been recorded, and we will be addressing it.

How I’ll Do It:
I will use the Nodemailer library to send emails to users once their feedback is submitted successfully.

please assign to me and add the tag of gssoc -exd 24

@AbhijitMotekar99
Copy link
Contributor Author

Hey @RamakrushnaBiswal
To verify whether an email exists, we can start with email format validation and DNS lookup for the domain's mail server. Additionally, we can attempt SMTP verification to directly check with the email server. For the most reliable verification, we could send a verification email to confirm the email's existence and ownership.

@Shiva-Bajpai
Copy link
Collaborator

@AbhijitMotekar99 I have assigned this issue to you. I hope you will solve it and pull a request soon

@RamakrushnaBiswal
Copy link
Owner

@AbhijitMotekar99 work status

@haseebzaki-07
Copy link
Contributor

hey @RamakrushnaBiswal can I work on this issue?? PR by tommorow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request let me know
Projects
None yet
Development

No branches or pull requests

5 participants