Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 391 Bytes

ori-email

An auto email-sending tool for new student orientation helf by UF CSA

How to use

  1. put a .csv file contains name, email and other information (table number) under /
  2. add config.js under /config/ , inside the config, it should contains all the useful tokens and clientid & client secret for Googleapi
  3. run node lib/email.js

To-dos

  1. auto generate token
  2. ...