| 기본 설정 | 사용자 재정의 |
|---|---|
CI_Email Object
(
[useragent] => CodeIgniter
[mailpath] => /usr/sbin/sendmail
[protocol] => mail
[smtp_host] =>
[smtp_user] =>
[smtp_pass] =>
[smtp_port] => 25
[smtp_timeout] => 5
[smtp_crypto] =>
[wordwrap] => 1
[wrapchars] => 76
[mailtype] => text
[charset] => utf-8
[multipart] => mixed
[alt_message] =>
[validate] =>
[priority] => 3
[newline] =>
[crlf] =>
[send_multipart] => 1
[bcc_batch_mode] =>
[bcc_batch_size] => 200
[_safe_mode] =>
[_subject] =>
[_body] => Testing the email class.
[_finalbody] =>
[_alt_boundary] =>
[_atc_boundary] =>
[_header_str] =>
[_smtp_connect] =>
[_encoding] => 8bit
[_IP] =>
[_smtp_auth] =>
[_replyto_flag] =>
[_debug_msg] => Array
(
)
[_recipients] => someone@example.com
[_cc_array] => Array
(
)
[_bcc_array] => Array
(
)
[_headers] => Array
(
[From] => "Your Name" |
CI_Email Object
(
[useragent] => Firebird
[mailpath] => /usr/sbin/sendmail
[protocol] => sendmail
[smtp_host] =>
[smtp_user] =>
[smtp_pass] =>
[smtp_port] => 25
[smtp_timeout] => 5
[smtp_crypto] =>
[wordwrap] => 1
[wrapchars] => 76
[mailtype] => text
[charset] => EUC-KR
[multipart] => mixed
[alt_message] => This is the alternative message
[validate] =>
[priority] => 3
[newline] =>
[crlf] =>
[send_multipart] => 1
[bcc_batch_mode] =>
[bcc_batch_size] => 200
[_safe_mode] =>
[_subject] =>
[_body] => Testing the email class.
[_finalbody] =>
[_alt_boundary] =>
[_atc_boundary] =>
[_header_str] =>
[_smtp_connect] =>
[_encoding] => 8bit
[_IP] =>
[_smtp_auth] =>
[_replyto_flag] => 1
[_debug_msg] => Array
(
)
[_recipients] => one@example.com, two@example.com, three@example.com
[_cc_array] => Array
(
)
[_bcc_array] => Array
(
)
[_headers] => Array
(
[User-Agent] => Firebird
[Date] => Fri, 31 Oct 2025 06:46:42 +0900
[From] => "Your Name" |
// End of Sample
© Copyright by hoksi(Page rendered in 0.0077 seconds)