项目作者: GorilaNaranja

项目描述 :
How to send email
高级语言: HTML
项目地址: git://github.com/GorilaNaranja/emails.git
创建时间: 2018-06-10T11:53:41Z
项目社区:https://github.com/GorilaNaranja/emails

开源协议:

下载


EMAIL SENDER

Use node to run this code:

Export yours env variables EMAIL and PASSWORD to set your sender email.

LINUX

  1. export EMAIL = youremail@email.com
  2. export PASSWORD = yourPassword

WINDOWS

  1. set EMAIL = youremail@email.com
  2. set PASSWORD = yourPassword

After that, install and run the server:

  1. npm install
  2. npm start

Finally visit: http://localhost:3000