Skip to content

ISC-HEI/isc-marks-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISC Logo

Deployed License

ISC Grade Mailer

Internal tool for sending individual grades to students by email, using your own email application.

Quick Start

./dev.sh

Or manually:

bun install
bun run dev

Then open http://localhost:5173

Usage

  1. Enter the module name
  2. Paste columns from Excel: M/F | Last Name | First Name | Email | Grade
    • The M/F column is optional — without it, paste Last Name | First Name | Email | Grade starting from the 2nd column
  3. Customize the email template (subject + body) using tags {civilite}, {prenom}, {nom}, {note}, {module}
  4. Click Verify & send to preview each email
  5. Send one by one (✉) or all at once

GitHub Pages Deployment

  1. In vite.config.js, set base:

    base: '/repo-name/'

    ☝️ base must be './' if using a custom domain.

  2. Deploy:

    bun run deploy
  3. In GitHub → Settings → Pages → Source: select branch gh-pages


Made with ♥ by mui, 2026

About

A small marks mailer for sending marks to the students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors