notify
main.notify
¤
Function to send notifications to user and HoRSE.
Functions¤
email_attachment(subject, email, message, attachment_fname, attachment, attachment_type)
¤
Send email with attachment to HoRSEs.
Source code in main/notify.py
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
|
email_user(subject, email, message)
¤
Send email notification to the project lead.
Source code in main/notify.py
6 7 8 9 10 11 12 13 14 |
|
email_user_and_cc_head(subject, email, head_email, message)
¤
Send email notification to the project lead and CC HoRSE.
Source code in main/notify.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|