Generate and send attendee information emails for PyCon events.
For PyCon TW Volunteer Registration Team internal use.
- Use pnpm as package manager
- Node.js v22+ is recommended
pnpm i- Create
.envfromtemplate.envfor MailerSend API keys. - Create
recipients.yamlfromtemplate.recipients.yamlfor email recipients.
pnpm run sendEmail templates are located in the emails directory.
# start development server
pnpm run dev
# export email preview
pnpm run exportMIT License © SerKo
