Skip to content

Commit 198d25c

Browse files
Refactoring
1 parent e136571 commit 198d25c

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/email-connector.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -176,31 +176,31 @@ Entity representing individual email messages with complete metadata, content, a
176176
| LastSendError | Stores error message from last failed send attempt |
177177
| LastSendAttemptAt | Timestamp of most recent send attempt |
178178
| Status | Current processing status (Queued, Sent, Failed, Error, Received) |
179-
| isSigned | Indicates digital signature application |
179+
| isSigned | Enables digital signature for email |
180180
| isEncrypted | Enables encryption for email |
181181

182182
##### EmailTemplate {#email-template}
183183

184184
Entity enabling reusable email designs with dynamic content placeholders for consistent and efficient messaging.
185185

186-
| Attribute | Description |
187-
|------------------|--------------------------------------------------------|
188-
| TemplateName | Unique template identifier for selection |
189-
| CreationDate | Template creation timestamp |
190-
| Subject | Email subject line text |
191-
| SentDate | Last usage timestamp for template |
192-
| FromAddress | Default sender email address for template |
193-
| To | Primary recipient email addresses |
194-
| CC | Default carbon copy recipients |
195-
| BCC | Default blind carbon copy recipients |
196-
| Content | HTML template with dynamic placeholder tokens |
197-
| UseOnlyPlainText | Restricts template to plain text format |
198-
| hasAttachment | Indicates default attachment inclusion |
199-
| ReplyTo | Default reply-to address for template emails |
200-
| PlainBody | Plain text version of template content |
201-
| FromDisplayName | Default sender display name |
202-
| Signed | Applies digital signature to template-generated emails |
203-
| Encrypted | Enables encryption for template-based emails |
186+
| Attribute | Description |
187+
|------------------|-----------------------------------------------|
188+
| TemplateName | Unique template identifier for selection |
189+
| CreationDate | Template creation timestamp |
190+
| Subject | Email subject line text |
191+
| SentDate | Last usage timestamp for template |
192+
| FromAddress | Default sender email address for template |
193+
| To | Primary recipient email addresses |
194+
| CC | Default carbon copy recipients |
195+
| BCC | Default blind carbon copy recipients |
196+
| Content | HTML template with dynamic placeholder tokens |
197+
| UseOnlyPlainText | Restricts template to plain text format |
198+
| hasAttachment | Indicates presence of file attachments |
199+
| ReplyTo | Default reply-to address for template emails |
200+
| PlainBody | Plain text version of template content |
201+
| FromDisplayName | Default sender display name |
202+
| Signed | Enables digital signature for email template |
203+
| Encrypted | Enables encryption for email template |
204204

205205
##### Attachment {#attachment}
206206

0 commit comments

Comments
 (0)