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
Package: Swift\Transport
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
Methods summary
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 |
Magic methods summary
Properties summary
private
string
|
$_extraParams |
#
Addtional parameters to pass to mail() |
private
mixed
|
$_eventDispatcher |
#
The event dispatcher from the plugin API |
private
mixed
|
$_invoker |
#
An invoker that calls the mail() function |