Whop starter module
Purchase emails
Sends purchase, membership, refund, and access messages when customers need them.
- Files
- 4
- Lines
- 70
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/emails/configured-provider.ts
Selects the app notification provider, with console as the zero-signup default.
TypeScript
15 lines
src/emails/console-provider.ts
Prints app notifications to the server terminal without an email account.
TypeScript
16 lines
src/emails/purchase-confirmation.ts
Sends the app's own purchase note after access is granted.
TypeScript
19 lines
src/emails/send-email.ts
Defines the provider-neutral contract for the app's own purchase notifications.
TypeScript
20 lines