agent.process.email_notifications module

Rules for sending e-mail notifications.

class agent.process.email_notifications.SendConfirmationEmail(submission_id, process_id=None)

Bases: agent.process.base.Process

Send a confirmation e-mail to the submitter.

send(previous, trigger, emit)

Send the e-mail.

Return type

None

steps = [<function SendConfirmationEmail.send>]