Use this data source to query the mail config
data "nexus_mail_config" "config" {}
output "host" {
value = data.nexus_mail_config.config.host
}
enabled
(Boolean) Whether the config is enabled or notfrom_address
(String) fromAddresshost
(String) hostnameid
(String) Used to identify data source at nexusnexus_trust_store_enabled
(Boolean) SSL on connect enabledport
(Number) portssl_on_connect_enabled
(Boolean) SSL on connect enabledssl_server_identity_check_enabled
(Boolean) SSL on connect enabledstart_tls_enabled
(Boolean) Star TLS Enabledstart_tls_required
(Boolean) Star TLS requiredsubject_prefix
(String) Subject prefixusername
(String) Username