![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($extraParams= '-f%s') | |
![]() | |
__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 | |
![]() | |
_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.