PHP 클래스 Vanilla\VanillaMailer

상속: extends PHPMailer
파일 보기 프로젝트 열기: vanilla/vanilla

공개 메소드들

메소드 설명
countRecipients ( ) : integer Return the number of recipients.
getThrowExceptions ( ) : boolean Get throwExceptions value.
isServerError ( phpmailerException $e ) Check the phpmailerException message and tell us if the exception should be treated as a server error instead of a "critical" error.
setThrowExceptions ( boolean $newValue ) : VanillaMailer Set throwExceptions value.
throwExceptions ( boolean $newValue = null ) : The Either set or get the value of "throwExceptions".

메소드 상세

countRecipients() 공개 메소드

Return the number of recipients.
public countRecipients ( ) : integer
리턴 integer

getThrowExceptions() 공개 메소드

Get throwExceptions value.
public getThrowExceptions ( ) : boolean
리턴 boolean Is this instance set to throw exceptions or not.

isServerError() 공개 메소드

Server error means that we can try to resend the email.
public isServerError ( phpmailerException $e )
$e phpmailerException

setThrowExceptions() 공개 메소드

Set throwExceptions value.
public setThrowExceptions ( boolean $newValue ) : VanillaMailer
$newValue boolean The new value to set.
리턴 VanillaMailer

throwExceptions() 공개 메소드

Either set or get the value of "throwExceptions".
public throwExceptions ( boolean $newValue = null ) : The
$newValue boolean Whether this instance should throw exceptions or not
리턴 The current value