From 0096418f055c264ce8baf0011d9f9c1261b88b85 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 26 May 2015 17:56:00 +0800 Subject: [PATCH] update --- mantisbt/README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/mantisbt/README.md b/mantisbt/README.md index 6b38f5d..2717381 100644 --- a/mantisbt/README.md +++ b/mantisbt/README.md @@ -24,7 +24,7 @@ mysql: > You can use `mariadb`/`postgres` instead of `mysql`. -## setup +## install ``` $ firefox http://localhost:8989/admin/install.php @@ -48,8 +48,20 @@ Attempt Installation [Install/Upgrade Databas ================================================================================== ``` -## todo +## email + +Append following to `/var/www/html/config_inc.php` + +``` +$g_phpMailer_method = PHPMAILER_METHOD_SMTP; +$g_administrator_email = 'admin@example.org'; +$g_webmaster_email = 'webmaster@example.org'; +$g_return_path_email = 'mantisbt@example.org'; +$g_from_email = 'mantisbt@example.org'; +$g_smtp_host = 'smtp.example.org'; +$g_smtp_port = 25; +$g_smtp_connection_mode = 'tls'; +$g_smtp_username = 'mantisbt'; +$g_smtp_password = '********'; +``` -- support `curl` -- config `smtp` -- ...