update : 2015.11.03
php.shukuma.com검색:
|
imap_mail(PHP 4, PHP 5, PHP 7) imap_mail — Send an email message 설명
bool imap_mail
( string
$to
, string $subject
, string $message
[, string $additional_headers = NULL
[, string $cc = NULL
[, string $bcc = NULL
[, string $rpath = NULL
]]]] )This function allows sending of emails with correct handling of Cc and Bcc receivers.
The parameters 인수
반환값
성공 시 참고
|