Skip to content

SendGridJP/sendgridjp-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendgridjp-python-example

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

使い方

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

.envファイルの編集

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors