Description
Swift_Transport_MailTransport
|
--Swift_MailTransport
Located in File: /vendors/swiftMailer/classes/Swift/MailTransport.php
Sends Messages using the mail() function.
Method Detail
Summary:
Swift_MailTransport
__construct
([
string $extraParams =
'-f%s'])
Static Method newInstance (line 43)
Swift_MailTransport newInstance(
[string
$extraParams = '-f%s'])
Create a new MailTransport instance.
Parameters
- string $extraParams: To be passed to mail()
Info
Constructor __construct (line 27)
Swift_MailTransport __construct(
[string
$extraParams = '-f%s'])
Overrides : Swift_Transport_MailTransport::__construct() Create a new MailTransport with the $log.
Create a new MailTransport, optionally specifying $extraParams.
Parameters
Info