Configure email notification

If you want to be notified via email of the changes made to test cases in TestLink, you must configure your email setup.

For a single server setup, no additional setting is required for email configuration.

  1. You must first configure your TestLink server:
    1. Set up postfix by running the following command:
      • yum install postfix
    2. Check the status of postfix. If it is not running, start the service by running the following command:
      • /etc/init.d/postfix start
    3. Open the config.inc.php file.
      • vim /opt/testlink/testlink/config.inc.php
    4. Set the following token:
      • $g_smtp_host = 'localhost'
  2. Next, in the TestLink application, select the Send mail notification to tester check box on the Add/Remove Test Cases page.