PHP Class Swift_SmtpTransport, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Transport_EsmtpTransport
Afficher le fichier Open project: HaliteChallenge/Halite Class Usage Examples

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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() public static méthode

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
Résultat Swift_SmtpTransport