 |
TYPO3
7.6
|
Go to the documentation of this file.
23 public function __construct($command =
'/usr/sbin/sendmail -bs')
26 array($this,
'Swift_Transport_SendmailTransport::__construct'),
28 ->createDependenciesFor(
'transport.sendmail')
41 public static function newInstance($command =
'/usr/sbin/sendmail -bs')
43 return new self($command);