Class Swift_Transport_MailTransport
Sends Messages using the mail() function.
It is advised that users do not use this transport if at all possible since a number of plugin features cannot be used in conjunction with this transport due to the internal interface in PHP itself.
The level of error reporting with this transport is incredibly weak, again due to limitations of PHP's internal mail() function. You'll get an all-or-nothing result from sending.
- Swift_Transport_MailTransport implements Swift_Transport
Direct known subclasses
Swift_MailTransport
Package: Swift\Transport
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
public
|
#
__construct(
Create a new MailTransport with the $log. |
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
integer
|
|
public
|
|
private
|
#
_getReversePath(
Determine the best-use reverse path for this message |
private
string
|
$_extraParams
Addtional parameters to pass to mail() |
#
'-f%s'
|
private
|
$_eventDispatcher
The event dispatcher from the plugin API |
|
private
|
$_invoker
An invoker that calls the mail() function |