25.2 Configuring the Field that Vibe Uses When Sending E-Mails

By default, e-mails that are sent from Vibe are sent with the recipients in the BCC field. You can configure Vibe to use the To field rather than the BCC field for all sent messages.

Configuring Vibe in this way makes it so message recipients can see other message recipients in the e-mail notification. For information about how to configure Vibe to send individual messages to each user rather than including multiple users on the same message, see Section 25.3, Configuring the Number of Users Who Can Be Included in the Same E-Mail Notification.

  1. Change to the following directory:

    Linux:

    /opt/novell/teaming/apache-tomcat/
                               webapps/ssf/WEB-INF/classes/config
    

    Windows:

    c:\Program Files\Novell\Teaming\apache-tomcat\
                               webapps\ssf\WEB-INF\classes\config
    
  2. Open the ssf.properties file in a text editor.

  3. Search for the following line:

    mail.notifyAsBCC=true
    
  4. Make a backup copy of the ssf-ext.properties file, which is located in the same directory as the ssf.properties file.

  5. Open the ssf-ext.properties file in a text editor.

  6. Copy the mail.notifyAsBCC=true line from the ssf.properties file to the bottom of the ssf-ext.properties file.

  7. Change true to false, so that the line now reads mail.notifyAsBCC=false.

  8. Save and close the ssf-ext.properties file.

  9. Close the ssf.properties file without saving it.

  10. Stop and restart Vibe to configure Vibe to use the To field rather than the BCC field when sending messages.