### 📚 Documentation

- Enhanced email customization documentation for the `emailWrapper` hook.
- Added examples for basic, advanced, and dynamic email layouts.
- Included guidelines for leveraging external CSS, assets, and template-specific layouts.

### 🔧 Improvements
- Updated `README.md` with detailed usage for consistent branding and responsive design in emails.
- Refined HTML structure and inline styles for improved readability and accessibility.

### 🛠 Maintenance
- Bumped version in `package.json` from `0.0.2` to `0.0.3`.
This commit is contained in:
2025-09-13 14:57:25 +02:00
parent d632a8686a
commit aac6554a40
2 changed files with 239 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xtr-dev/payload-mailing",
"version": "0.0.2",
"version": "0.0.3",
"description": "Template-based email system with scheduling and job processing for PayloadCMS",
"type": "module",
"main": "dist/index.js",