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
.env
fromtemplate.env
for MailerSend API keys. - Create
recipients.yaml
fromtemplate.recipients.yaml
for email recipients.
pnpm run send
Email templates are located in the emails
directory.
# start development server
pnpm run dev
# export email preview
pnpm run export
MIT License © SerKo