Added eas_server_host field

eas_server_host field added to allow for specifying the Exchange server
if necessary.
This commit is contained in:
Nate Henry 2015-10-21 11:33:11 -04:00
parent 9a6d51e595
commit 3d8bf1e199

View file

@ -38,6 +38,11 @@ Providers = [
type: 'password'
placeholder: 'Password'
label: 'Password'
}, {
name: 'eas_server_host'
type: 'text'
placeholder: 'mail.company.com'
label: 'Exchange server (optional)'
}
]
}, {