![]() |
TYPO3
7.6
|
Public Member Functions | |
| __construct ($extraParams= '-f%s') | |
Public Member Functions inherited from Swift_Transport_MailTransport | |
| __construct (Swift_Transport_MailInvoker $invoker, Swift_Events_EventDispatcher $eventDispatcher) | |
| isStarted () | |
| start () | |
| stop () | |
| setExtraParams ($params) | |
| getExtraParams () | |
| send (Swift_Mime_Message $message, &$failedRecipients=null) | |
| registerPlugin (Swift_Events_EventListener $plugin) | |
Static Public Member Functions | |
| static | newInstance ($extraParams= '-f%s') |
Additional Inherited Members | |
Protected Member Functions inherited from Swift_Transport_MailTransport | |
| _throwException (Swift_TransportException $e) | |
Sends Messages using the mail() function.
Definition at line 16 of file MailTransport.php.
| __construct | ( | $extraParams = '-f%s' | ) |
Create a new MailTransport, optionally specifying $extraParams.
| string | $extraParams |
Definition at line 23 of file MailTransport.php.
References Swift_DependencyContainer\getInstance(), and Swift_Transport_MailTransport\setExtraParams().
|
static |
Create a new MailTransport instance.
| string | $extraParams | To be passed to mail() |
Definition at line 41 of file MailTransport.php.
1.8.3