directus-extension-reply-to-mail
v1.2.7
Published
Custom operation to send emails with reply-to field set. It uses the Directus Nodemailer service and extends it with a replyTo option.
Downloads
696
Maintainers
Readme
directus extension: replyTo mail
Custom operation to send emails with reply-to field set. It uses the Directus Nodemailer service and extends it with a replyTo option.
Usage
- Install the extension using a package manager or from the Marketplace:
npm install directus-extension-reply-to-mailTesting & CI/CD
The extension includes comprehensive automated tests using Jest and a GitHub Actions workflow that runs on every push and pull request.
Quick Start
# Run all tests
pnpm test
# Run tests with coverage
pnpm run test:coverage
# Run tests in watch mode
pnpm run test:watchLocal Validation
You can run the same validation locally:
# Validate extension structure
./scripts/validate.sh
# Run the full CI pipeline locally
pnpm install --frozen-lockfile && ./scripts/validate.sh && pnpm test && pnpm run buildCredits
Part of the source code is borrowed from Directus.
