Cameo Collaborator for Teamwork Cloud allows to generate email notifications about new or updated comments and their replies and send them to a remote email system. To enable email notifications, you have to configure Cameo Collaborator for TWC by specifying emailing engine properties.

Important

Make sure that the users who want to subscribe to email notifications, have their email addresses specified in Teamwork Cloud use profiles.


To configure Cameo Collaborator for TWC for sending email notifications


  1. Go to the Web Application Platform installation directory and open the webappplatform.properties file. If you have installed Web Application Platform using an executive file, the path to the file should be <web_app_platform_installation_directory>\apache-tomcat\shared\conf.

  2. In the open file, locate and specify the following properties:

    • mail.host=<gate.company.com> (The e-mail server host name)
    • mail.port=25 (The e-mail server port)
    • mail.username=<user> (The sender's user name)
    • mail.password=<password> (The sender's password)
    • mail.protocol=smtp (The e-mail protocol)
    • mail.from.default=<info@company.com> (The sender's e-mail address)

    Property values

    Please note that some of the property values in the above list are only placeholders (between angle brackets (<>). Make sure to replace them with actual values according to your email configuration.

  3. Save and close the file.
  4. Restart the web application server on which Web Application Platform runs.


After completing the steps above, Cameo Collaborator for TWC users can subscribe to and get email notifications about published models.