PHP Класс Swift_SmtpTransport, Halite

Автор: Chris Corbyn
Наследование: extends Swift_Transport_EsmtpTransport
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( string $host = 'localhost', integer $port = 25, string $security = null ) Create a new SmtpTransport, optionally with $host, $port and $security.
newInstance ( string $host = 'localhost', integer $port = 25, string $security = null ) : Swift_SmtpTransport Create a new SmtpTransport instance.

Описание методов

__construct() публичный Метод

Create a new SmtpTransport, optionally with $host, $port and $security.
public __construct ( string $host = 'localhost', integer $port = 25, string $security = null )
$host string
$port integer
$security string

newInstance() публичный статический Метод

Create a new SmtpTransport instance.
public static newInstance ( string $host = 'localhost', integer $port = 25, string $security = null ) : Swift_SmtpTransport
$host string
$port integer
$security string
Результат Swift_SmtpTransport