MCPcopy Index your code
hub / github.com/ddserver/ddserver / to_admin

Method to_admin

ddserver/mail.py:128–134  ·  view source on GitHub ↗
(self,
               key,
               config,
               **kwargs)

Source from the content-addressed store, hash-verified

126
127 @require(config = 'ddserver.config:Config')
128 def to_admin(self,
129 key,
130 config,
131 **kwargs):
132 self.__send(key = key,
133 rcpt = config.contact.email,
134 **kwargs)

Callers 1

post_signupFunction · 0.80

Calls 1

__sendMethod · 0.95

Tested by

no test coverage detected