Class Swift_SmtpTransport
Sends Messages over SMTP with ESMTP support.
- Swift_Transport_AbstractSmtpTransport implements Swift_Transport
- Swift_Transport_EsmtpTransport implements Swift_Transport_SmtpAgent
- Swift_SmtpTransport
Package: Swift\Transport
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/SmtpTransport.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/SmtpTransport.php
public
|
#
__construct( string $host = 'localhost', integer $port = 25, string $security = null )
Create a new SmtpTransport, optionally with $host, $port and $security. |
public static
|
#
newInstance( string $host = 'localhost', integer $port = 25, string $security = null )
Create a new SmtpTransport instance. |
$_buffer,
$_domain,
$_eventDispatcher,
$_sourceIp,
$_started
|