Configure IdP Authentication Only E-Mail Notification

The following section provides you information on configuring the system to automate the process of sending or restricting e-mail notifications to the users.

This procedure is applicable for the IdP Authentication Only authentication mode.

  1. Stop the Apache Tomcat service(s) if it is running.
  2. Locate the config.xml file.

    For Tomcat, you can find the config.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.

  3. Open the config.xml file in a text or XML editor.
  4. Do any of the following:
    Option Action
    To notify individual users when their accounts are added: Locate <property name="mailTo_searchAddUser" value="xxxx"/> and enter true under value. To restrict users from being notified, enter false.
    To notify all the users when they are imported: Locate <property name="mailTo_bulkImportUsers" value="xxx"/> and enter true under value. To restrict users from being notified, enter false.
    To notify the users when their status is changed from inactive to active: locate <property name="mailTo_inactiveToActivateUser" value="xxxx"/> and enter true under value. To restrict users from being notified, enter false.

    Note: By default, the value of all the elements above is false.

  5. Save and close the file.
  6. Start the Apache Tomcat service(s).