PHP Класс Vanilla\VanillaMailer

Наследование: extends PHPMailer
Показать файл Открыть проект

Открытые методы

Метод Описание
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