Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-12-07 17:35:12 +0300
committerAleksander Machniak <alec@alec.pl>2021-12-07 17:35:12 +0300
commitf104262dc0b00e129f60ad2a6e48a01f7892570b (patch)
tree3e93f6bfd7f39ec77394eac15c3ce4d6370f5dd9
parentfd39eecb48cce1df3b4949ae7e97fdd1e878e10e (diff)
QA: Fix smtp configuration for browser tests
-rw-r--r--.github/config-test.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/config-test.inc.php b/.github/config-test.inc.php
index d79b472ba..65c6f743b 100644
--- a/.github/config-test.inc.php
+++ b/.github/config-test.inc.php
@@ -9,6 +9,9 @@ $config['db_dsnw'] = 'sqlite:////tmp/sqlite.db?mode=0646';
$config['tests_username'] = 'test';
$config['tests_password'] = 'test';
+// GreenMail
+$config['smtp_host'] = 'localhost:25';
+
// Settings required by the tests
$config['create_default_folders'] = true;