class documentation

class SESMail(AbstractMail):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method load Undocumented
Method reload Undocumented
Method send Undocumented
Instance Variable client Undocumented
Instance Variable config Undocumented
Instance Variable log Undocumented
Method _send​_with​_attachments Undocumented
Method _send​_without​_attachments Undocumented
def __init__(self, config, log):

Undocumented

Parameters
config:AbstractConfigUndocumented
log:AbstractLogUndocumented
def load(self):

Undocumented

def reload(self):

Undocumented

def send(self, email):

Undocumented

Parameters
email:Union[Email, EmailFactory]Undocumented
Returns
boolUndocumented
client =

Undocumented

config =

Undocumented

log =

Undocumented

def _send_with_attachments(self, email):

Undocumented

Parameters
email:EmailUndocumented
Returns
boolUndocumented
def _send_without_attachments(self, email):

Undocumented

Parameters
email:EmailUndocumented
Returns
boolUndocumented