bright2190 / react-node-send-email-message

sending of email messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send Email By Mailgun, Node and React

send email

You Will Learn

  • React: Components, Props, Events, Hooks, Axios
  • Node & Express: Web API, Body Parser


2. Create .env File

  • duplicate .env.example in backend folder and rename it to .env
  • create account on mailgun.com
  • enter domain and api key in the .env file

3. Run Backend

$ cd backend
$ npm install
$ npm start

4. Run Frontend

# open new terminal
$ npm install
$ npm start

6. Test

Support

(mailto:ghena.bright@gmail.com)

About

sending of email messages


Languages

Language:JavaScript 60.4%Language:HTML 23.2%Language:CSS 16.4%