Skip to content

Emailing messages received from Contacts section #30

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kadulkaryash71
Copy link

Added a backend template using NodeJs. Packages used:

  1. express
  2. body-parser
  3. nodemailer

It needs a proxy email address (most likely, Gmail Account). If Two-factor authentication is enabled for that Google Account, the authentication process through nodemailer changes. The instructions are provided in ./backend/app.js

image

Blue censor is the proxy email address used for testing. Red censor is the email address of the user. The email is to be received on "[email protected]" hence "to" key of the mailData object in app.post() route has the value "[email protected]" (For the output I used my own Gmail accounts).

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

Successfully merging this pull request may close these issues.

1 participant