PHP 클래스 Swift_Transport_SimpleMailInvoker, Halite

저자: Chris Corbyn
상속: implements Swift_Transport_MailInvoker
파일 보기 프로젝트 열기: HaliteChallenge/Halite

공개 메소드들

메소드 설명
mail ( string $to, string $subject, string $body, string $headers = null, string $extraParams = null ) : boolean Send mail via the mail() function.

메소드 상세

mail() 공개 메소드

This method takes the same arguments as PHP mail().
public mail ( string $to, string $subject, string $body, string $headers = null, string $extraParams = null ) : boolean
$to string
$subject string
$body string
$headers string
$extraParams string
리턴 boolean