Mantis SMTP 設定方法.
將下列設定寫入 config_inc.php 中
$g_phpMailer_method= PHPMAILER_METHOD_SMTP ; $g_smtp_host= 'smtp.xxx.xxx'; $g_smtp_username = '[smtp account]'; $g_smtp_password = '[smtp password]'; $g_smtp_connection_mode = 'ssl'; $g_smtp_port = 25;
$g_phpMailer_method= PHPMAILER_METHOD_SMTP ; $g_smtp_host= 'smtp.xxx.xxx'; $g_smtp_username = '[smtp account]'; $g_smtp_password = '[smtp password]'; $g_smtp_connection_mode = 'ssl'; $g_smtp_port = 25;