email formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user