ORIENT/modules/system/models/mailsettings/fields.yaml

111 lines
3.3 KiB
YAML

# ===================================
# Field Definitions
# ===================================
tabs:
fields:
sender_name:
label: system::lang.mail.sender_name
span: auto
tab: system::lang.mail.general
sender_email:
label: system::lang.mail.sender_email
span: auto
tab: system::lang.mail.general
send_mode:
label: system::lang.mail.method
type: dropdown
tab: system::lang.mail.general
smtp_address:
label: system::lang.mail.smtp_address
tab: system::lang.mail.general
trigger:
action: show
field: send_mode
condition: value[smtp]
smtp_authorization:
type: checkbox
label: system::lang.mail.smtp_authorization
tab: system::lang.mail.general
comment: system::lang.mail.smtp_authorization_comment
trigger:
action: show
field: send_mode
condition: value[smtp]
smtp_user:
label: system::lang.mail.smtp_username
tab: system::lang.mail.general
span: left
trigger:
action: show
field: send_mode
condition: value[smtp]
smtp_password:
label: system::lang.mail.smtp_password
tab: system::lang.mail.general
span: right
trigger:
action: show
field: send_mode
condition: value[smtp]
smtp_port:
label: system::lang.mail.smtp_port
tab: system::lang.mail.general
trigger:
action: show
field: send_mode
condition: value[smtp]
smtp_ssl:
type: checkbox
label: system::lang.mail.smtp_ssl
tab: system::lang.mail.general
trigger:
action: show
field: send_mode
condition: value[smtp]
sendmail_path:
label: system::lang.mail.sendmail_path
commentAbove: system::lang.mail.sendmail_path_comment
tab: system::lang.mail.general
trigger:
action: show
field: send_mode
condition: value[sendmail]
mailgun_domain:
label: system::lang.mail.mailgun_domain
commentAbove: system::lang.mail.mailgun_domain_comment
tab: system::lang.mail.general
trigger:
action: show
field: send_mode
condition: value[mailgun]
mailgun_secret:
label: system::lang.mail.mailgun_secret
commentAbove: system::lang.mail.mailgun_secret_comment
tab: system::lang.mail.general
trigger:
action: show
field: send_mode
condition: value[mailgun]
mandrill_secret:
label: system::lang.mail.mandrill_secret
commentAbove: system::lang.mail.mandrill_secret_comment
tab: system::lang.mail.general
trigger:
action: show
field: send_mode
condition: value[mandrill]