46 | | * Thoroughly research testlink's user documentation |
47 | | * You can download .pdf document from http://www.teamst.org/index.php?option=com_content&task=view&id=11&Itemid=32 |
48 | | * In the document there are instructions and examples of how to set up SMTP server. |
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 | | }}} |