Skip to content

Commit eeabd92

Browse files
authored
Add code formatting
1 parent 2cd0e17 commit eeabd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/email-activities

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/email-activities/send-email-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ In the **Attachment** section, select a microflow variable to attach to the emai
191191

192192
#### Variable
193193

194-
Only variables of type System.FileDocument, List of System.FileDocument, or their specializations can be attached. The variable must exist in the microflow's scope before the **Send Email** activity (the file must already have been retrieved or created earlier in the flow).
194+
Only variables of type `System.FileDocument`, List of `System.FileDocument`, or their specializations can be attached. The variable must exist in the microflow's scope before the **Send Email** activity (the file must already have been retrieved or created earlier in the flow).
195195

196196
{{% alert color="info" %}}
197197
The **Send Email** activity does not impose its own attachment size limit. The maximum message and attachment size is determined by the receiving email server or provider, which rejects messages that exceed its limit. Check your provider's documentation for the applicable maximum.

0 commit comments

Comments
 (0)