XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
__construct ($command= '/usr/sbin/sendmail-bs') | |
Public Member Functions inherited from Swift_Transport_SendmailTransport | |
__construct (Swift_Transport_IoBuffer $buf, Swift_Events_EventDispatcher $dispatcher) | |
getCommand () | |
send (Swift_Mime_Message $message, &$failedRecipients=null) | |
setCommand ($command) | |
start () | |
Public Member Functions inherited from Swift_Transport_AbstractSmtpTransport | |
__construct (Swift_Transport_IoBuffer $buf, Swift_Events_EventDispatcher $dispatcher) | |
__destruct () | |
executeCommand ($command, $codes=array(), &$failures=null) | |
getBuffer () | |
getLocalDomain () | |
isStarted () | |
registerPlugin (Swift_Events_EventListener $plugin) | |
reset () | |
send (Swift_Mime_Message $message, &$failedRecipients=null) | |
setLocalDomain ($domain) | |
start () | |
stop () | |
Static Public Member Functions | |
static | newInstance ($command= '/usr/sbin/sendmail-bs') |
Additional Inherited Members | |
Protected Member Functions inherited from Swift_Transport_SendmailTransport | |
_getBufferParams () | |
Protected Attributes inherited from Swift_Transport_AbstractSmtpTransport | |
$_buffer | |
$_domain = '[127.0.0.1]' | |
$_eventDispatcher | |
$_started = false | |
Definition at line 20 of file SendmailTransport.php.
Swift_SendmailTransport::__construct | ( | $command = '/usr/sbin/sendmail -bs' | ) |
Create a new SendmailTransport, optionally using $command for sending.
string | $command |
Definition at line 27 of file SendmailTransport.php.
References Swift_DependencyContainer\getInstance(), and Swift_Transport_SendmailTransport\setCommand().
|
static |
Create a new SendmailTransport instance.
string | $command |
Definition at line 43 of file SendmailTransport.php.
Referenced by RMMailer\__construct().