Currently the Zanata email server used for notifications is hard coded to localhost:25 and cannot be changed. Allow for the email server to be configured on a Zanata instance.
Externalized Zanata email server configuration to zanata.properties. Defaults will still remain localhost:25, unauthenticated (same as previous releases). The properties that are configurable in the properties file are: zanata.smtp.host (String) zanata.smtp.port (int) zanata.smtp.username (String) zanata.smtp.password (String) zanata.smtp.tls (boolean) zanata.smtp.ssl (boolean) This should be enough for most, if not all, common smtp providers. See: https://github.com/zanata/zanata/commit/b089f217dc4fe6df1be15ef86939b52f87e0fcca
VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113)