send_mail(subject, message, *args, **kwargs)
[source]
Sends emails to admin users. To customize this behavior, you can subclass the AdminEmailHandler
class and override this method.
send_mail(subject, message, *args, **kwargs)
[source]
Sends emails to admin users. To customize this behavior, you can subclass the AdminEmailHandler
class and override this method.
Please login to continue.