Revert back to email

This commit is contained in:
PCoder 2020-01-02 12:34:42 +05:30
parent 7d7bd60a7f
commit ceb7f9b0e6
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
'subject': ("Deleted " if response['status']
else "ERROR deleting ") + admin_msg_sub,
'from_email': settings.DCL_SUPPORT_FROM_ADDRESS,
'to': settings.DCL_ERROR_EMAILS_TO_LIST,
'to': ['info@ungleich.ch'],
'body': "\n".join(
["%s=%s" % (k, v) for (k, v) in admin_email_body.items()]),
}