(self,
key,
config,
**kwargs)
| 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) |