![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($command= '/usr/sbin/sendmail-bs') | |
![]() | |
__construct (Swift_Transport_IoBuffer $buf, Swift_Events_EventDispatcher $dispatcher) | |
start () | |
setCommand ($command) | |
getCommand () | |
send (Swift_Mime_Message $message, &$failedRecipients=null) | |
![]() | |
__construct (Swift_Transport_IoBuffer $buf, Swift_Events_EventDispatcher $dispatcher) | |
setLocalDomain ($domain) | |
getLocalDomain () | |
setSourceIp ($source) | |
getSourceIp () | |
start () | |
isStarted () | |
send (Swift_Mime_Message $message, &$failedRecipients=null) | |
stop () | |
registerPlugin (Swift_Events_EventListener $plugin) | |
reset () | |
getBuffer () | |
executeCommand ($command, $codes=array(), &$failures=null) | |
__destruct () | |
Static Public Member Functions | |
static | newInstance ($command= '/usr/sbin/sendmail-bs') |
Additional Inherited Members | |
![]() | |
_getBufferParams () | |
![]() | |
$_buffer | |
$_started = false | |
$_domain = '[127.0.0.1]' | |
$_eventDispatcher | |
$_sourceIp | |
SendmailTransport for sending mail through a Sendmail/Postfix (etc..) binary.
Definition at line 16 of file SendmailTransport.php.
__construct | ( | $command = '/usr/sbin/sendmail -bs' | ) |
Create a new SendmailTransport, optionally using $command for sending.
string | $command |
Definition at line 23 of file SendmailTransport.php.
References Swift_DependencyContainer\getInstance(), and Swift_Transport_SendmailTransport\setCommand().
|
static |
Create a new SendmailTransport instance.
string | $command |
Definition at line 41 of file SendmailTransport.php.