pub async fn get_send_status(
conn: &mut PgConnection,
email_delivery_id: Uuid,
) -> ModelResult<Option<EmailSendStatusReport>>pub async fn get_send_status(
conn: &mut PgConnection,
email_delivery_id: Uuid,
) -> ModelResult<Option<EmailSendStatusReport>>