forked from arachnys/cabot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ def send_email_alert(service, users, duty_officers): | |
send_mail( | ||
subject=subject, | ||
message=t.render(c), | ||
from_email='Arachnys Cabot <[email protected]>', | ||
from_email='Cabot <%s>' % settings.CABOT_FROM_EMAIL, | ||
recipient_list=emails, | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ PORT=5001 | |
# You shouldn't need to change anything above this line | ||
# Django admin email | ||
[email protected] | ||
[email protected] | ||
|
||
# URL of calendar to synchronise rota with | ||
CALENDAR_ICAL_URL=http://www.google.com/calendar/ical/example.ics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ VENV=/home/ubuntu/venv | |
# You shouldn't need to change anything above this line | ||
# Django admin email | ||
[email protected] | ||
[email protected] | ||
|
||
# URL of calendar to synchronise rota with | ||
CALENDAR_ICAL_URL=http://www.google.com/calendar/ical/example.ics | ||
|