Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- javascript
- Java
- 이클립스
- asp.net
- 자바스크립트
- C#
- Eclipse
- MSsql
- decompiler
- jsp
- WebView
- MS-SQL
- 안드로이드
- Web Service
- Maven
- 웹뷰
- varags
- MANTIS
- scrollView
- TextBox
- SpringSource Tool Suite
- 웹 서비스
- 컬럼명
- Android
- STS
- Bootstrap
- html
- 자바
- Apache Lucene
- Redirect
Archives
- Today
- Total
목록2012/12/04 (1)
bboks.net™
Mantis BT 메일설정
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=p..
Dev Environment
2012. 12. 4. 11:23