pub fn send_confirmation_email(
    to_who: String,
    report_data: TeamReport,
    secret: &Config,
    server: &Config
) -> Result<String, String>
Expand description

Send a confirmation email for team report There is many todo’s for this