diff --git a/users/views.py b/users/views.py index 712263d..92e1232 100644 --- a/users/views.py +++ b/users/views.py @@ -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"],