Cronjobs einheitlich benannt
This commit is contained in:
parent
987efe5f75
commit
d55067678d
|
|
@ -1581,7 +1581,7 @@ def cronactionsdaily(request, code):
|
|||
|
||||
|
||||
send_mail(
|
||||
'DAILYCRONJOB FEEDBACK',
|
||||
'DA-CRON: DAILY',
|
||||
mailstatus,
|
||||
'noreply@digitale-agentur.com',
|
||||
["htrampe@gmail.com", "info@digitale-agentur.com"],
|
||||
|
|
@ -1915,7 +1915,7 @@ def cronactionsbill(request, code):
|
|||
data.update({"status" : "failed"})
|
||||
|
||||
send_mail(
|
||||
'DAILYCRONJOB BILLS FEEDBACK',
|
||||
'DA-CRON: BILLS',
|
||||
mailstatus,
|
||||
'noreply@digitale-agentur.com',
|
||||
["htrampe@gmail.com", "info@digitale-agentur.com"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue