Email alert configuration in RIB application
Hi,
While configuring the email alert from RIB application, we are having some confusion in updating the values of config files. We are referring Oracle Doc id 1303028.1.
We are updating the config files e.g. rib-deployment-env-info.xml & rib-system.properties. The required values for these files are -
<email-server-host>mail.oracle.com</email-server-host>
<email-server-port>25</email-server-port>
<from-address>rib@oracle.com</from-address>
<to-address-list>test@example.com</to-address-list>
For to-address-list, the values will be our destination/receiver email ids. But for the other fields (email-server-host, email-server-port, from-address) we are not sure what will be the specific values. The values which are mentioned in the Doc is not working.