mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
feat: Email
This commit is contained in:
parent
af949cbf89
commit
130dbaf5d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yaml
vendored
2
.github/workflows/pages.yaml
vendored
|
|
@ -84,6 +84,6 @@ jobs:
|
||||||
username: ${{ secrets.MAIL_USERNAME }}
|
username: ${{ secrets.MAIL_USERNAME }}
|
||||||
password: ${{ secrets.MAIL_PASSWORD }}
|
password: ${{ secrets.MAIL_PASSWORD }}
|
||||||
subject: file://reports/alert_subject.txt
|
subject: file://reports/alert_subject.txt
|
||||||
to: brennan@codexwilkes.com
|
to: brennan@codexwilkes.com, nathan.wilkes@codexwilkes.com
|
||||||
from: Spirit Tracker <${{ secrets.MAIL_USERNAME }}>
|
from: Spirit Tracker <${{ secrets.MAIL_USERNAME }}>
|
||||||
html_body: file://reports/alert.html
|
html_body: file://reports/alert.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue