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. |