Documentation Index
Fetch the complete documentation index at: https://shipfree.revoks.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Email overview
ShipFree includes a provider-based email system for transactional and marketing emails.Key files
src/lib/messaging/emailfor provider selection and sendingsrc/components/emailsfor React Email templatessrc/components/emails/subjects.tsfor email subject lines
Default behavior
If no real provider is configured, ShipFree falls back to the log provider and prints emails to the server console.Usage
Email validation
src/lib/messaging/email/validation.ts provides:
- Full validation with MX checks (
validateEmail) - Fast validation without MX checks (
quickValidateEmail)
