Skip to content

Lakshya-Saini/Node-Mailgun-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send mails using mailgun api.

Image

Screenshot (356)

How to use:

  1. Clone this repository.

git clone https://github.com/Lakshya-Saini/Node_Mailgun_App.git

  1. Install dependencies.

npm i

  1. Create an account on Mailgun and get your SECRET_KEY & DOMAIN.

  2. Update config/key.js.

SECRET: "your_secret_key"

DOMAIN: "your_domain"

  1. Run app

npm run dev

Releases

No releases published

Packages

No packages published