Skip to main content

get_for_registrations

Function get_for_registrations 

Source
pub async fn get_for_registrations(
    conn: &mut PgConnection,
    credit_registration_ids: &[Uuid],
) -> ModelResult<Vec<RegistrationNotificationEmail>>
Expand description

The mails queued for these rows, for the student, teacher and admin views that report on them. A row with neither mail queued yet contributes nothing.