Skip to content

SendGridJP/sendgridjp-nodejs-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendgridjp-nodejs-example

本コードはSendGrid公式node.jsライブラリの利用サンプルです。

使い方

git clone [email protected]:SendGridJP/sendgridjp-nodejs-example.git
cd sendgridjp-nodejs-example
cp .env.example .env
# .envファイルを編集してください
npm install
node sendgrid-nodejs-example.js

.envファイルの編集

.envファイルは以下のような内容になっています。

API_KEY:SendGridのAPI Keyを指定してください。
TOS:宛先をカンマ区切りで指定してください。
FROM:送信元アドレスを指定してください。

About

SendGrid公式node.jsライブラリの利用サンプル

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%