Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/send_alert.html
Дата изменения: Fri Apr 8 12:46:15 2016 Дата индексирования: Mon Apr 11 00:39:28 2016 Кодировка: |
send_alert (version 14.01.08) | index send_alert.py |
PURPOSE --
Send alert e-mail to TelAlert.
DEVELOPER --
Gary Bower
MODIFICATION HISTORY --
o Initial implementation 07/07/11
o Fix variable assignment and add test option. gab 07/12/11
o Fix cc option, and use a cc distribution list. gab 08/23/11
o Fix typo in output. gab 09/28/11
o Fixup handling of the contents of the DISTRIBUTION list. mdr 11/3/11
o modify for running from test account drc 1/8/14
Modules | ||||||
|
Functions | ||
|
Data | ||
DISTRIBUTION = 'alertinc@hst.nasa.gov' PLANINST = 'planinst@stsci.edu' SUBJECT = 'TA_response_alert' TEST_ACCOUNT = False __version__ = '14.01.08' |