Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

hihira/mail-if-signal-out

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=======

mail-if-signal-out

一定時間アクセスがなければメールする。

Deploy

使い方

sendgridaddonを追加します。

heroku addons:create sendgrid:starter

環境設定を行います。

heroku config:set ACCESS_TOKEN=ほげ               \ # 任意のトークン
                  DEFAULT_LIMIT_MIN=20            \ # 20分アクセスがなければメール
                  [email protected]   \ # メール差出人
                  MAIL_SUBJECT=通知               \ # メール件名
                  [email protected]           \ # メール送信先
                  SENDGRID_USERNAME=sendgrid_user \ # sendgridのユーザ名
                  SENDGRID_PASSWORD=sendgrid_pass   # sendgridのパスワード

メール通知をしたくない場合はDEFAULT_LIMIT_MIN分以内にアクセスします。

curl https://{your_heroku_domain}/heartbeat -X POST -d "access-token=hoge"

DEFAULT_LIMIT_MIN分間アクセスがない場合はMAIL_TOにメールが来ます。

その他

車輪の再発明な気がします。

About

一定時間アクセスがなければメール

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published