first commit

This commit is contained in:
2026-04-01 15:16:25 +02:00
commit a3a136c65d
9 changed files with 236 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# @packages/mailing
Client réutilisable pour l'envoi d'emails via Postal.
## Export
- `@packages/mailing/server`
## API
- `createPostalClient`
- `createPostalClientFromEnv`
## Variables d'environnement par défaut
- `POSTAL_URL`
- `POSTAL_API_KEY`
- `POSTAL_MESSAGE_FROM`
## Build
```bash
npm run build --workspace @packages/mailing
```
## Watch
```bash
npm run dev --workspace @packages/mailing
```