XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_SendmailTransport Class Reference
Inheritance diagram for Swift_SendmailTransport:
Inheritance graph

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
 

Detailed Description

Definition at line 20 of file SendmailTransport.php.

Constructor & Destructor Documentation

Swift_SendmailTransport::__construct (   $command = '/usr/sbin/sendmail -bs')

Create a new SendmailTransport, optionally using $command for sending.

Parameters
string$command

Definition at line 27 of file SendmailTransport.php.

References Swift_DependencyContainer\getInstance(), and Swift_Transport_SendmailTransport\setCommand().

Here is the call graph for this function:

Member Function Documentation

static Swift_SendmailTransport::newInstance (   $command = '/usr/sbin/sendmail -bs')
static

Create a new SendmailTransport instance.

Parameters
string$command
Returns
Swift_SendmailTransport

Definition at line 43 of file SendmailTransport.php.

Referenced by RMMailer\__construct().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: