PHP 클래스 CampMail

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
MailMime ( $recipients, string $text = false, string $html = false, array $hdrs ) Send an mime mail possibly only text or text + html.
ValidateAddress ( string $p_email ) : boolean Validate the syntax of an email address

메소드 상세

MailMime() 공개 정적인 메소드

Send an mime mail possibly only text or text + html.
public static MailMime ( $recipients, string $text = false, string $html = false, array $hdrs )
$text string
$html string
$hdrs array

ValidateAddress() 공개 정적인 메소드

Validate the syntax of an email address
public static ValidateAddress ( string $p_email ) : boolean
$p_email string
리턴 boolean