Changes between Version 9 and Version 10 of SCS_TEST_TRACKING_MAINTENANCE_R2
- Timestamp:
- 01/10/09 16:14:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_TEST_TRACKING_MAINTENANCE_R2
v9 v10 48 48 * In the document there are instructions and examples of how to set up SMTP server. 49 49 * The documentation of testlink 1.7 is more detailed and suitable for us than the documentation of testlink 1.8, because we are using testlink 1.7.4. 50 * Install SMTP server - postfix 51 * Integrate SMTP server and testlink editing sophie:/home/scs/testlink/custom_config.inc.php, i.e: 52 {{{ 53 $g_tl_admin_email = 'pacitu@gmail.com'; 54 $g_from_email = 'testlink@sophie2.org'; 55 $g_return_path_email = 'no_replay@sophie2.org'; 56 $g_mail_priority = 5; 57 $g_smtp_host = 'localhost'; 58 }}} 50 59 51 60 = Implementation =