def send_admin_email(subject, text): send_mail(subject, text, settings.SERVER_EMAIL, settings.ADMIN_EMAILS, fail_silently=True)