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

Method to_user

ddserver/mail.py:117–124  ·  view source on GitHub ↗
(self,
              key,
              user,
              **kwargs)

Source from the content-addressed store, hash-verified

115
116
117 def to_user(self,
118 key,
119 user,
120 **kwargs):
121 self.__send(key = key,
122 rcpt = user.email,
123 user = user,
124 **kwargs)
125
126
127 @require(config = 'ddserver.config:Config')

Callers 4

post_signupFunction · 0.80
post_lostpassFunction · 0.80
post_user_addFunction · 0.80
post_users_activateFunction · 0.80

Calls 1

__sendMethod · 0.95

Tested by

no test coverage detected