Skip to content

putueddy/email-blast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send Email By Mailgun, Node and React

You Will Learn

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

Run Locally

1. Create .env File

  • duplicate .env.example in backend folder and rename it to .env
  • enter domain and api key in the .env file

2. Create or change template email

  • change tamplate email in template-email.js file at folder src/file/template-email.js

3. Run Backend

$ cd backend
$ npm install
$ npm start

4. Run Frontend

# open new terminal
$ npm install
$ npm start

5. Test

  • Open http://localhost:3000
  • Enter file csv (format example at folder src/file/example-penerima.csv)
  • Enter subject and click submit
  • Check your inbox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors