Class Swift_SendmailTransport
SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.
- Swift_Transport_AbstractSmtpTransport implements Swift_Transport
- Swift_Transport_SendmailTransport
- Swift_SendmailTransport
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/SendmailTransport.php
Methods summary
public
|
#
__construct( string $command = '/usr/sbin/sendmail -bs' )
Create a new SendmailTransport, optionally using $command for sending. |
public static
|
#
newInstance( string $command = '/usr/sbin/sendmail -bs' )
Create a new SendmailTransport instance. |
Methods inherited from Swift_Transport_SendmailTransport
_getBufferParams()
,
getCommand()
,
send()
,
setCommand()
,
start()
Methods inherited from Swift_Transport_AbstractSmtpTransport
__destruct()
,
_assertResponseCode()
,
_doDataCommand()
,
_doHeloCommand()
,
_doMailFromCommand()
,
_doRcptToCommand()
,
_getFullResponse()
,
_getReversePath()
,
_readGreeting()
,
_streamMessage()
,
_throwException()
,
executeCommand()
,
getBuffer()
,
getLocalDomain()
,
getSourceIp()
,
isStarted()
,
registerPlugin()
,
reset()
,
setLocalDomain()
,
setSourceIp()
,
stop()
Magic methods summary
Properties summary
Properties inherited from Swift_Transport_AbstractSmtpTransport
$_buffer
,
$_domain
,
$_eventDispatcher
,
$_sourceIp
,
$_started