mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 00:03:23 +00:00
Merge pull request #18 from xtr-dev/dev
🎨 Fix README features section formatting
This commit is contained in:
@@ -7,11 +7,17 @@
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
✅ **Template System**: Create reusable email templates with LiquidJS, Mustache, or simple variables
|
✅ **Template System**: Create reusable email templates with LiquidJS, Mustache, or simple variables
|
||||||
|
|
||||||
✅ **Type Safety**: Full TypeScript support using your generated Payload types
|
✅ **Type Safety**: Full TypeScript support using your generated Payload types
|
||||||
|
|
||||||
✅ **Flexible Template Engines**: LiquidJS, Mustache, or bring your own template renderer
|
✅ **Flexible Template Engines**: LiquidJS, Mustache, or bring your own template renderer
|
||||||
|
|
||||||
✅ **Email Scheduling**: Schedule emails for future delivery using Payload collections
|
✅ **Email Scheduling**: Schedule emails for future delivery using Payload collections
|
||||||
|
|
||||||
✅ **Job Integration**: Automatic processing via PayloadCMS jobs queue
|
✅ **Job Integration**: Automatic processing via PayloadCMS jobs queue
|
||||||
|
|
||||||
✅ **Retry Failed Sends**: Automatic retry mechanism for failed emails
|
✅ **Retry Failed Sends**: Automatic retry mechanism for failed emails
|
||||||
|
|
||||||
✅ **Payload Native**: Uses Payload collections directly - no custom APIs to learn
|
✅ **Payload Native**: Uses Payload collections directly - no custom APIs to learn
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xtr-dev/payload-mailing",
|
"name": "@xtr-dev/payload-mailing",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Template-based email system with scheduling and job processing for PayloadCMS",
|
"description": "Template-based email system with scheduling and job processing for PayloadCMS",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user