Exemple #1
0
 def send_notify_failure(
         reason, customer_email, logfilename, stdout, stderr,
 ):
     emails.append((customer_email, "failure", reason))
     return succeed(None)
 def send_notify_failure(
         reason, customer_email, logfilename, stdout, stderr,
 ):
     emails.append((customer_email, "failure", reason))
     return succeed(None)
Exemple #3
0
 def send_signup_confirmation(
         customer_email, external_introducer_furl, customer_keyinfo, stdout, stderr,
 ):
     emails.append((customer_email, "success", external_introducer_furl))
     return succeed(None)
 def send_signup_confirmation(
         customer_email, external_introducer_furl, customer_keyinfo, stdout, stderr,
 ):
     emails.append((customer_email, "success", external_introducer_furl))
     return succeed(None)