diff --git a/packages/nc-gui/components/smartsheet/Form.vue b/packages/nc-gui/components/smartsheet/Form.vue index 16c00d6191..ac60e4e635 100644 --- a/packages/nc-gui/components/smartsheet/Form.vue +++ b/packages/nc-gui/components/smartsheet/Form.vue @@ -361,7 +361,7 @@ async function handleAddOrRemoveAllColumns(value: T) { } async function checkSMTPStatus() { - if (emailMe.value) { + if (emailMe.value && !isEeUI) { const emailPluginActive = await $api.plugin.status('SMTP') if (!emailPluginActive) { emailMe.value = false