Skip to content

SendGrid公式Goライブラリの利用サンプル

License

Notifications You must be signed in to change notification settings

yken2257/sendgridjp-go-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendgridjp-go-example

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

使い方

git clone [email protected]:SendGridJP/sendgridjp-go-example.git
cd sendgridjp-go-example
cp .env.example .env
# .envファイルを編集してください
go run src/main/main.go

.envファイルの編集

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

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

About

SendGrid公式Goライブラリの利用サンプル

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.1%
  • Shell 3.9%