pub async fn handle_email_send(
run_id: RunId,
step_id: StepInstanceId,
spec: Value,
pool: PgPool,
nats_client: Client,
tls_reloader: Arc<TlsReloader>,
) -> Result<()>Expand description
Handle email send.
pub async fn handle_email_send(
run_id: RunId,
step_id: StepInstanceId,
spec: Value,
pool: PgPool,
nats_client: Client,
tls_reloader: Arc<TlsReloader>,
) -> Result<()>Handle email send.