Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Gc
Mail
PHP 클래스 Gc\Mail
상속:
extends
Zend\Mail\Message
파일 보기
프로젝트 열기: gotcms/gotcms
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$encoding
= null,
string
$message
= null,
string
$from
= null,
string
$to
= null )
Initialize mail
send
( ) :
void
Send mail
메소드 상세
__construct()
공개
메소드
Initialize mail
public
__construct
(
string
$encoding
= null,
string
$message
= null,
string
$from
= null,
string
$to
= null )
$encoding
string
Encoding
$message
string
Message
$from
string
From
$to
string
To
send()
공개
메소드
Send mail
public
send
( ) :
void
리턴
void