diff --git a/users/views.py b/users/views.py index 3a059bf..908eadf 100644 --- a/users/views.py +++ b/users/views.py @@ -137,13 +137,8 @@ def getICSFileEx(request, code, ag): #try: agency = Agency.objects.get(pk=ag) - send_mail( - 'KAL', - str(code) + ' ' + str(agency.agencycalurl), - 'noreply@digitale-agentur.com', - ["htrampe@gmail.com"], - fail_silently=True - ) + print("AG CODE: " + str(agency.agencycalurl)) + print("CODE REQUEST: " + str(code)) if agency != None and agency.agencycal_publicstatus == 1 and str(code) == str(agency.agencycalurl):