Mailadresse raus
This commit is contained in:
parent
46579084b8
commit
c4234c0351
Binary file not shown.
|
|
@ -1732,8 +1732,7 @@ def cronactionsdaily(request, code):
|
|||
'DA-CRON: DAILY',
|
||||
mailstatus,
|
||||
'noreply@digitale-agentur.com',
|
||||
["htrampe@gmail.com", "info@digitale-agentur.com"],
|
||||
#["htrampe@gmail.com"],
|
||||
["holger.trampe@vh-solutions.de", "info@digitale-agentur.com"],
|
||||
fail_silently=True,
|
||||
)
|
||||
return JsonResponse(data)
|
||||
|
|
@ -1788,7 +1787,6 @@ def recalculateAbsence(request, code):
|
|||
calcstat,
|
||||
'noreply@digitale-agentur.com',
|
||||
["info@digitale-agentur.com"],
|
||||
#["htrampe@gmail.com"],
|
||||
fail_silently=True,
|
||||
)
|
||||
return JsonResponse(data)
|
||||
|
|
@ -2072,8 +2070,7 @@ def cronactionsbill(request, code):
|
|||
'DA-CRON: BILLS',
|
||||
mailstatus,
|
||||
'noreply@digitale-agentur.com',
|
||||
["htrampe@gmail.com", "info@digitale-agentur.com"],
|
||||
#["htrampe@gmail.com"],
|
||||
["holger.trampe@vh-solutions.de", "info@digitale-agentur.com"],
|
||||
fail_silently=True,
|
||||
)
|
||||
return JsonResponse(data)
|
||||
|
|
|
|||
Loading…
Reference in New Issue