pub async fn insert_email_delivery_to_address(
conn: &mut PgConnection,
recipient_email: &str,
email_template_id: Uuid,
placeholders: &Value,
) -> ModelResult<Uuid>Expand description
Queues an email to a raw address, for recipients who may have no account here.