diff --git a/packages/xo-server-transport-email/src/index.js b/packages/xo-server-transport-email/src/index.js index 68487096c..c5d913b9a 100644 --- a/packages/xo-server-transport-email/src/index.js +++ b/packages/xo-server-transport-email/src/index.js @@ -23,10 +23,12 @@ export const configurationSchema = { properties: { name: { - type: 'string' + type: 'string', + description: 'human readable name of the sender' }, address: { - type: 'string' + type: 'string', + description: 'email address of the sender' } },