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 |
Tags
- 공모주 청약
- 7월 공모주 청약 일정
- java
- SQL
- 자바스크립트
- 자바
- Oracle
- 맥
- 주식
- 6월 공모주 청약 일정
- Eclipse
- JavaScript
- 리눅스
- 제이쿼리
- Stock
- 코드이그나이터
- jquery
- 주식 청약
- 주식 청약 일정
- linux
- 공모주
- 공모주 청약 일정
- php
- 오라클
- IPO
- html
- css
- codeigniter
- Stock ipo
- MYSQL
Archives
- Today
- Total
개발자의 끄적끄적
[codeigniter] 코드이그나이터 이메일 환경설정 [펌] 본문
728x90
반응형
[codeigniter] 코드이그나이터 이메일 환경설정 [펌]
이메일 환경설정 Email Preferences
아래는 이메일 전송시 사용되는 설정 항목입니다.
항목기본값옵션설명
useragent | CodeIgniter | None | The “user agent”. |
protocol | mail, sendmail, or smtp | 메일전송 프로토콜(The mail sending protocol). | |
mailpath | /usr/sbin/sendmail | None | Sendmail함수의 서버상 경로(The server path to Sendmail). |
smtp_host | No Default | None | SMTP서버주소(SMTP Server Address). |
smtp_user | No Default | None | SMTP서버 사용자 아이디(SMTP Username). |
smtp_pass | No Default | None | SMTP서버 사용자 암호(SMTP Password). |
smtp_port | 25 | None | SMTP서버 포트(SMTP Port). |
smtp_timeout | 5 | None | SMTP서버 타임아웃(최대처리 혹은 대기)시간(초)(SMTP Timeout (in seconds)). |
smtp_keepalive | FALSE | TRUE or FALSE (boolean) | 지속적인 SMTP 연결 사용(Enable persistent SMTP connections). |
smtp_crypto | No Default | tls or ssl | SMTP 암호화 (SMTP Encryption) |
wordwrap | TRUE | TRUE or FALSE (boolean) | 자동줄바꿈(Enable word-wrap). |
wrapchars | 76 | 자동줄바꿈시 한 줄에 몇개의 문자를 허용할 것인가를결정(Character count to wrap at). | |
mailtype | text | text or html | 메일 타입(일반텍스트/ html). 만약 html 형태의 메일을 보낸다면 삽입된 링크나 이미지 의 경로는 절대경로를 사용하세요 . 그렇지않으면 여러분의 컴퓨터에서 잘보이던 페이지가 메일을 받은사람에게는 이것저것 깨져보일테니까요. |
charset | $config['charset'] | 문자셋(utf-8, iso-8859-1 등)(Character set (utf-8, iso-8859-1, etc.)). | |
validate | FALSE | TRUE or FALSE (boolean) | 이메일주소가 적합한지 여부를 검사할지 말지 결정(Whether to validate the email address). |
priority | 3 | 1, 2, 3, 4, 5 | 이메일 우선순위1 =가장높음. 5 =가장낮음 . 3 = 중간. |
crlf | \n | “\r\n” or “\n” or “\r” | 줄바꿈 문자 (RFC 822를 준수하기 위해 “\r\n” 를 사용함). |
newline | \n | “\r\n” or “\n” or “\r” | 줄바꿈 문자 (RFC 822를 준수하기 위해 “\r\n” 를 사용함). |
bcc_batch_mode | FALSE | TRUE or FALSE (boolean) | BCC 배치모드 사용여부결정(Enable BCC Batch Mode). |
bcc_batch_size | 200 | None | 각 BCC 배치에 몇개의 메일주소를 포함하도록 할 것인지 결정(Number of emails in each BCC batch). |
dsn | FALSE | TRUE or FALSE (boolean) | 서버에서 통지메시지를 사용할지 결정 |
출처 : http://www.ciboard.co.kr/user_guide/kr/libraries/email.html
반응형
'개발 > php' 카테고리의 다른 글
[php] xml 을 배열로 변환하는 방법 (0) | 2020.01.17 |
---|---|
[php] XML declaration allowed only at the start of the document (0) | 2020.01.16 |
[php] mail send of 6 bytes failed with errno=10054 (0) | 2020.01.16 |
[php] 메일발송하기 [펌] (0) | 2020.01.14 |
[php] OCR / 이미지 글자 인식 (Tesseract OCR) [펌] (0) | 2020.01.10 |
Comments