diff --git a/docs/versioned_docs/version-3.16.0-LTS/data-sources/smtp.md b/docs/versioned_docs/version-3.16.0-LTS/data-sources/smtp.md index cd760e95f1..9ee297d819 100644 --- a/docs/versioned_docs/version-3.16.0-LTS/data-sources/smtp.md +++ b/docs/versioned_docs/version-3.16.0-LTS/data-sources/smtp.md @@ -67,7 +67,7 @@ To create a query for sending an email, follow these steps: - **CC mail to** : Email address of the recipients that will receive a copy of the email, and their email addresses will be visible to other recipients. - **BCC mail to** : Email address of the recipients that will receive a copy of the email but the email addressed will be hidden to other recipients. - **Attachments** : You can add attachments to an SMTP query by referencing the file from the File Picker component in the attachments field. - - For instance, you can set the `Attachments` field value to `{{ components.filepicker1.file }}` or pass an object `{{ name: 'filename.jpg', dataURL: '......' }}` to include attachments. + - For instance, you can set the `Attachments` field value to `{{ components.filepicker1.file }}` or pass an object `{{[{ name: "filename.jpg", dataURL: " " }]}}` to include attachments. smtp connect diff --git a/docs/versioned_docs/version-3.5.0-LTS/data-sources/smtp.md b/docs/versioned_docs/version-3.5.0-LTS/data-sources/smtp.md index cd760e95f1..9ee297d819 100644 --- a/docs/versioned_docs/version-3.5.0-LTS/data-sources/smtp.md +++ b/docs/versioned_docs/version-3.5.0-LTS/data-sources/smtp.md @@ -67,7 +67,7 @@ To create a query for sending an email, follow these steps: - **CC mail to** : Email address of the recipients that will receive a copy of the email, and their email addresses will be visible to other recipients. - **BCC mail to** : Email address of the recipients that will receive a copy of the email but the email addressed will be hidden to other recipients. - **Attachments** : You can add attachments to an SMTP query by referencing the file from the File Picker component in the attachments field. - - For instance, you can set the `Attachments` field value to `{{ components.filepicker1.file }}` or pass an object `{{ name: 'filename.jpg', dataURL: '......' }}` to include attachments. + - For instance, you can set the `Attachments` field value to `{{ components.filepicker1.file }}` or pass an object `{{[{ name: "filename.jpg", dataURL: " " }]}}` to include attachments. smtp connect