panel 2 courier api restore
This commit is contained in:
parent
ab02099134
commit
c81a74aaec
@ -128,18 +128,14 @@ export default function ComposeEmail({
|
||||
}
|
||||
};
|
||||
|
||||
// Create a simple forwarded message header but preserve the full HTML content
|
||||
// Create a simple forwarded message header with proper formatting
|
||||
const headerContent = `
|
||||
<div>
|
||||
<br>
|
||||
---------- Forwarded message ---------<br>
|
||||
<br>
|
||||
From: ${initialEmail.from || ''}<br>
|
||||
<br>
|
||||
Date: ${formatDate(initialEmail.date)}<br>
|
||||
<br>
|
||||
Subject: ${initialEmail.subject || ''}<br>
|
||||
<br>
|
||||
To: ${initialEmail.to || ''}<br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user