Skip to content

funador/react-confirm-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

React Confirm Email

React Image Upload

Demo

Live demo

Medium post

Email Confirmation with React and Node

Getting Started

git clone https://github.com/funador/react-confirm-email.git
cd react-confirm-email/client
npm i && npm start
// open another terminal tab
cd react-confirm-email/server
npm i && npm run dev
// open another terminal tab (if running mongo locally)
mongod

To run MongoDB

Create a new gmail account.

You can sign up for a new gmail account here. Afterwards you will need to plug the credentials for your new account into a .env file on the server.

// server/.env
MAIL_USER=your_new_email_address@gmail.com
MAIL_PASS=your_password

Very Important!!!

In order for your newly created account to be able to send emails on your behalf (and allow this application to run), you will likely need to allow 'Less secure app access' on your new gmail account as described here.

Issues

Something not working? Please open an issue or submit a PR.

About

Email confirmation with React and Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published