Send mails using mailgun api.
- Clone this repository.
git clone https://github.com/Lakshya-Saini/Node_Mailgun_App.git
- Install dependencies.
npm i
-
Create an account on Mailgun and get your SECRET_KEY & DOMAIN.
-
Update config/key.js.
SECRET: "your_secret_key"
DOMAIN: "your_domain"
- Run app
npm run dev