Remove email outbox collection and process job; refactor email templates with rich text support and slug generation

This commit is contained in:
2025-09-13 12:11:35 +02:00
parent ed9d979d3e
commit 3868e74770
34 changed files with 2674 additions and 374 deletions

View File

@@ -1,4 +1,6 @@
export const devUser = {
email: 'dev@payloadcms.com',
password: 'test',
firstName: 'Dev',
lastName: 'User',
}