Method Detail
Summary:
Swift_SmtpTransport
__construct
([
string $host =
'localhost'], [
int $port =
25], [
int $security =
null])
Static Method newInstance (line 50)
Swift_SmtpTransport newInstance(
[string
$host = 'localhost'], [int
$port = 25], [int
$security = null])
Create a new SmtpTransport instance.
Parameters
- string $host:
- int $port:
- int $security:
Info
Constructor __construct (line 29)
Swift_SmtpTransport __construct(
[string
$host = 'localhost'], [int
$port = 25], [int
$security = null])
Overrides : Swift_Transport_EsmtpTransport::__construct() Creates a new EsmtpTransport using the given I/O buffer.
Create a new SmtpTransport, optionally with $host, $port and $security.
Parameters
- string $host:
- int $port:
- int $security:
Info