core.modules.formmailer

Module Contents

Classes

MailSkel

This is a Skeleton-like class that acts as a container for Skeletons used as a

Formmailer

This is the root module prototype that serves a minimal module in the ViUR system without any other bindings.

class core.modules.formmailer.MailSkel

Bases: viur.core.skeleton.RelSkel

This is a Skeleton-like class that acts as a container for Skeletons used as a additional information data skeleton for extendedRelationalBone.

It needs to be sub-classed where information about the kindName and its attributes (bones) are specified.

The Skeleton stores its bones in an OrderedDict-Instance, so the definition order of the contained bones remains constant.

changedate
class core.modules.formmailer.Formmailer(moduleName, modulePath, *args, **kwargs)

Bases: viur.core.module.Module

This is the root module prototype that serves a minimal module in the ViUR system without any other bindings.

Parameters:
  • moduleName (str) –

  • modulePath (str) –

mailTemplate
index(*args, **kwargs)
add(*args, **kwargs)
canUse()
Return type:

bool

abstract mailSkel()
abstract getRcpts(skel)
getOptions(skel)
onAdded(skel)