Skip to main content

set_email_delivery_id

Function set_email_delivery_id 

Source
pub async fn set_email_delivery_id(
    conn: &mut PgConnection,
    id: Uuid,
    email_delivery_id: Uuid,
) -> ModelResult<()>
Expand description

Records which delivery carries this mail, which is also what takes the slot out of the queue.