Email Adapter Configuration

To use an email adapter, update the config.yaml file on the runtime system.
  1. Edit the install_dir\config\config.yaml file and search for the string JVM Options under the /runtime section. The install_dir is the directory where HCL Link is installed.
  2. Set option1 as follows:
    On a Microsoft Windows system:
    Option1: “-Djava.ext.dirs=install_dir/java/lib/ext;install_dir/extjar

    On a Linux system:

    option1: “-Djava.ext.dirs=install_dir/java/lib/ext:install_dir/libs/extjar”