diff --git a/packages/nocodb/src/plugins/smtp/index.ts b/packages/nocodb/src/plugins/smtp/index.ts index f381d1ab5f..3ed6f82927 100644 --- a/packages/nocodb/src/plugins/smtp/index.ts +++ b/packages/nocodb/src/plugins/smtp/index.ts @@ -43,13 +43,13 @@ const config: XcPluginConfig ={ label: 'Username', placeholder: 'Username', type: XcType.SingleLineText, - required: true + required: false }, { key: 'password', label: 'Password', placeholder: 'Password', type: XcType.Password, - required: true + required: false },], actions: [{ label: 'Test',