The freezer_dr.notifiers.drivers.default.default_email Module¶
-
class
freezer_dr.notifiers.drivers.default.default_email.StandardEmail(url, username, password, templates_dir, notify_from, admin_list=None, **kwargs)[source]¶ Bases:
freezer_dr.notifiers.common.driver.NotifierBaseDriver-
notify(message)[source]¶ This method will be used in different places to notify admins about certain problem :param message: String message name :return:
-