-
getActive
-
Get the ID of the active connection
-
getAdditionalMailParams
-
Get the 5th parameter in mail() as a sprintf() formatted string.
-
getAdditionalParams
-
Get the 5th mail() function parameter as a sprintf() string.
-
getAttributes
-
Call the current connection's getAttributes() method
-
getAttributes
-
Get the list of attributes for the extension $name
-
getAttributes
-
Call the current connection's getAttributes() method
-
getAttributes
-
Get the list of attributes supported by the given extension
-
getCommand
-
Get the sendmail command (path + flags)
-
getEncryption
-
Get the current encryption level used
-
getFlags
-
Get the operating flags for the MTA
-
getOS
-
Get the operating system string
-
getPassword
-
Get the password for authentication
-
getPath
-
Get the path to the binary
-
getPort
-
Get the remote port number currently used to connect
-
getRequiresEHLO
-
Returns TRUE if the connection needs a EHLO greeting.
-
getRequiresEHLO
-
Returns TRUE if the connection needs a EHLO greeting.
-
getServer
-
Get the remote server name
-
getTimeout
-
Get the timeout currently set for connecting
-
getTimeout
-
Get the timeout on the process
-
getUsername
-
Get the username for authentication
-
$send
-
Switches to true for just one command when DATA has been issued
-
sendPerformed
-
Swift's SendEvent listener.
-
setAdditionalMailParams
-
Set the 5th parameter in mail() as a sprintf() formatted string. Only used if safe_mode is off.
-
setAdditionalParams
-
Set the 5th mail() function parameter as a sprintf() formatted string where %s is the sender.
-
setCommand
-
Set the sendmail command (path + flags)
-
setEncryption
-
Set the encryption level to use on the connection
-
setExtension
-
Call the current connection's setExtension() method
-
setExtension
-
Set an extension which the connection reports to support
-
setExtension
-
Add an extension which is available on this connection
-
setExtension
-
Call the current connection's setExtension() method
-
setFlags
-
Set the operating flags for the MTA
-
setOS
-
Set the operating system string (changes behaviour with LE)
-
setPassword
-
Set the password for SMTP authentication
-
setPath
-
Set the path to the binary
-
setPort
-
Set the remote port number to connect to
-
setRequiresEHLO
-
Set if the connection needs a EHLO greeting.
-
setRequiresEHLO
-
Set TRUE if the connection needs a EHLO greeting.
-
setResponse
-
Set the response this stub will return
-
setServer
-
Set the remote server to connect to as a FQDN
-
setTimeout
-
Set the timeout to connect in seconds
-
setTimeout
-
Set the timeout on the process
-
setUsername
-
Provide a username for authentication
-
smtpErrors
-
Get the smtp error string as recorded by fsockopen()
-
start
-
Try to start the connection
-
start
-
Try to start the connection
-
start
-
Try to start the connection
-
start
-
Try to start the connection
-
start
-
Try to start the connection
-
start
-
Try to start the connection
-
stop
-
Try to close the connection
-
stop
-
Try to stop the connection
-
stop
-
Try to close the connection
-
stop
-
Try to close the connection
-
stop
-
Try to close the connection
-
stop
-
Try to close the connection
-
Sendmail.php
-
-
SMTP.php
-
-
Swift_BadResponseException
-
Swift Bad Response Exception
-
Swift_Connection
-
Swift Connection Interface
-
Swift_ConnectionBase
-
Swift Connection Base Class
-
Swift_ConnectionException
-
Swift Connection Exception
-
Swift_Connection_Multi
-
Swift Multi Connection
-
Swift_Connection_NativeMail
-
Swift mail() Connection NOTE: This class is nothing more than a stub. The MailSend plugin does the actual sending.
-
Swift_Connection_Rotator
-
Swift Rotator Connection
-
Swift_Connection_Sendmail
-
Swift Sendmail Connection
-
Swift_Connection_SMTP
-
Swift SMTP Connection
-
Swift_Plugin_MailSend
-
Swift mail() send plugin Sends the message using mail() when a SendEvent is fired. Using the NativeMail connection provides stub responses to allow this to happen cleanly.