Class Swift_Mailer
Swift Mailer class.
Direct known subclasses
cMailer
public
|
|
public static
|
|
public
object
|
#
createMessage( string $service = 'message' )
Create a new class instance of one of the message services For example 'mimepart' would create a 'message.mimepart' instance |
public
integer
|
#
send(
Send the given Message like it would be sent in a mail client. |
public
|
#
registerPlugin(
Register a plugin using a known unique key (e.g. myPlugin). |
public
|
private
|
$_transport
The Transport used to send messages |