项目作者: Lakshya-Saini

项目描述 :
Send mail using Mailgun API.
高级语言: HTML
项目地址: git://github.com/Lakshya-Saini/Node_Mailgun_App.git
创建时间: 2020-06-04T21:12:50Z
项目社区:https://github.com/Lakshya-Saini/Node_Mailgun_App

开源协议:MIT License

下载


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