Description
Swift_Transport_AbstractSmtpTransport
|
--Swift_Transport_SendmailTransport
|
--Swift_SendmailTransport
Located in File: /vendors/swiftMailer/classes/Swift/SendmailTransport.php
SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.
Method Detail
Summary:
Swift_SendmailTransport
__construct
([
string $command =
'/usr/sbin/sendmail -bs'])
Static Method newInstance (line 43)
Swift_SendmailTransport newInstance(
[string
$command = '/usr/sbin/sendmail -bs'])
Create a new SendmailTransport instance.
Parameters
Info
Constructor __construct (line 27)
Swift_SendmailTransport __construct(
[string
$command = '/usr/sbin/sendmail -bs'])
Overrides : Swift_Transport_SendmailTransport::__construct() Create a new SendmailTransport with $buf for I/O.
Create a new SendmailTransport, optionally using $command for sending.
Parameters
Info