bboks.net™

Mantis BT 메일설정 본문

Dev Environment

Mantis BT 메일설정

bboks.net 2012. 12. 4. 11:23

1. Mantis BT의 config_inc.php에 메일 계정 설정

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;

$g_smtp_host = 'smtp.gmail.com';

$g_smtp_connection_mode = 'tls';

$g_smtp_port = '587';

$g_smtp_username = 'youraccount@gmail.com';

$g_smtp_password = 'your-email-password';

$g_administrator_email         = 'youradminemail@gmail.com';

$g_send_reset_password = ON;

$g_validate_email = ON;


2. Apache의 php.ini에서 openssl.dll 포함시키기

;extension=php_pdo_pgsql.dll

;extension=php_pdo_sqlite.dll

extension=php_pgsql.dll ;주석처리 되어 있는 부분을 삭제

;extension=php_pspell.dll

;extension=php_shmop.dll


[링크] Mantis BT 이메일관련 설정정보들

[링크] Mantis BT 이메일 설정 참고자료

[링크] Gmail SMTP 설정 참고자료

[링크] Gmail IMAP/SMTP 도움말