Go to your google account https://myaccount.google.com/intro/security
- by default this settings is off and you simply turn it on.
Go to your Outlook account https://outlook.live.com/mail/options/mail/accounts
Sync email
- by default this settings is off and you simply turn it on.
Below you will find some information about project structure
Project should look like this:
email-send-nodemailer-react/
build/
node_modules/
public/
routes/
src/
helpers/
envPort.js
index.js
public/
action/
components/
hoc/
reducers/
App.css
App.js
index.js
index.js
utils/
README.md
package.json
webpack.base.js
webpack.public.js
webpack.server.js
Below you will find some information on how to perform common tasks.
Learn more from the https://nodemailer.com
Learn more from the https://reactjs.org
Learn more from the https://redux.js.org
From project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3001
to view it in the browser.