Skip to main content

Variable: DEFAULT_INVOICE_EMAIL_TEMPLATE

const DEFAULT_INVOICE_EMAIL_TEMPLATE: "Hello {first_name},\n\nPlease find attached invoice {invoice_number} from {company_name}.\n\nAmount due: {amount_due}\nDue date: {due_date}\n\nThank you,\n{company_name}"

Defined in: src/lib/email/invoiceTemplate.ts:16

Token-form mirror of the default body (see invoiceEmailText). Used to seed the editors.