Skip to content
Snippets Groups Projects
smtp.schema.yml 1.12 KiB
Newer Older
bcweaver's avatar
bcweaver committed
smtp.settings:
  type: config_object
  label: 'SMTP config.'
  mapping:
    smtp_on:
      type: boolean
      label: 'Turn this module on or off'
    smtp_host:
bcweaver's avatar
bcweaver committed
      label: 'SMTP server'
    smtp_hostbackup:
bcweaver's avatar
bcweaver committed
      label: 'SMTP backup server'
    smtp_port:
bcweaver's avatar
bcweaver committed
      label: 'SMTP port'
    smtp_protocol:
bcweaver's avatar
bcweaver committed
      label: 'Use encrypted protocol'
    smtp_username:
bcweaver's avatar
bcweaver committed
      label: 'Username'
    smtp_password:
bcweaver's avatar
bcweaver committed
      label: 'Password'
    smtp_from:
      type: email
      label: 'E-mail from address'
    smtp_fromname:
      type: text
      label: 'E-mail from name'
    smtp_client_hostname:
bcweaver's avatar
bcweaver committed
      label: 'Hostname'
    smtp_client_helo:
bcweaver's avatar
bcweaver committed
      label: 'HELO'
    smtp_allowhtml:
bcweaver's avatar
bcweaver committed
      label: 'Allow to send e-mails formated as HTML'
    smtp_test_address:
      type: email
      label: 'E-mail address to send a test e-mail to'
    smtp_debugging:
      type: boolean
      label: 'Enable debugging'
    prev_mail_system:
bcweaver's avatar
bcweaver committed
      label: 'Previous mail system'