This is the official documentation for Lettr, powered by Mintlify.
Install the Mintlify CLI to preview the documentation locally:
npm i -g mintlifyRun the following command at the root of your documentation (where mint.json is):
mintlify devdocs/
├── mint.json # Mintlify configuration
├── introduction.mdx # Main introduction page
├── quickstart/ # Quickstart guides
│ ├── php/ # PHP guides
│ ├── smtp/ # SMTP guides
│ ├── serverless/ # Serverless guides
│ └── nodejs/ # Node.js guides
├── learn/ # Learning resources
│ ├── sending/ # Email sending guides
│ ├── receiving/ # Email receiving guides
│ ├── domains/ # Domain configuration
│ ├── api-keys/ # API key management
│ ├── webhooks/ # Webhook configuration
│ ├── templates/ # Template guides
│ ├── suppressions/ # Suppression management
│ └── settings/ # Account settings
├── resources/ # Additional resources
│ ├── examples.mdx
│ ├── sdks.mdx
│ ├── security.mdx
│ └── integrations.mdx
├── api-reference/ # API documentation
│ ├── introduction.mdx
│ ├── emails/
│ ├── domains/
│ ├── api-keys/
│ └── webhooks/
└── knowledge-base/ # Help articles
├── introduction.mdx
├── troubleshooting/
└── best-practices/
The documentation is organized into three main tabs:
- Documentation - Main product documentation and guides
- API Reference - Complete API documentation
- Knowledge Base - Troubleshooting and best practices
Changes to the docs are automatically deployed when pushed to the main branch.