Tags: kstarsinic/nhin-d
Tags
Changed the solution for issue 227. Rather than enable domain searchi… …ng for sending address validation via the config service a new web method called GetAddressOrDomain exposes the new feature. The normal behavior when an AddressManager is configured in the smtpAgentConfig.xml file is to only allow messages to be sent and received when the address exists in the config store and is enabled. AddressManager can now include a settings child node. AddressManager will recognize a xml element called EnabledDomainSearch. Set the value to true and the new GetAddressorDomain web service method will be called. If an email address exists in the table and it's staus is enabled then it will return the address which is a success. But if no address is found then it will try to find the domain for the address being validated. If it finds a domain the is status of enabled then the same address queried will be returned and thus considered a success.
PreviousNext