email formatting

This commit is contained in:
2025-10-07 09:10:37 -04:00
parent 8afcac954c
commit 2f505ad7e2
3 changed files with 11 additions and 10 deletions

View File

@@ -77,9 +77,11 @@ export default defineEventHandler(async (event) => {
// Create formatted text content
const textContent = `
================================================================================
SERMON NOTES
New Life Christian Church
================================================================================
SERMON NOTES
Title: ${sermon.title}
Date: ${sermonDate}
@@ -106,10 +108,6 @@ MY NOTES
================================================================================
${userNotes}
================================================================================
New Life Christian Church
================================================================================
`.trim()
// Set headers for file download