pub async fn insert_email_delivery(
conn: &mut PgConnection,
user_id: Uuid,
email_template_id: Uuid,
) -> ModelResult<Uuid>pub async fn insert_email_delivery(
conn: &mut PgConnection,
user_id: Uuid,
email_template_id: Uuid,
) -> ModelResult<Uuid>