Class Swift_Message
The Message class for building emails.
- Swift_Mime_SimpleMimeEntity implements Swift_Mime_MimeEntity
- Swift_Mime_MimePart
- Swift_Mime_SimpleMessage implements Swift_Mime_Message
- Swift_Message
Package: Swift\Mime
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Message.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Message.php
public
|
#
__construct( string $subject = null, string $body = null, string $contentType = null, string $charset = null )
Create a new Message. Details may be optionally passed into the constructor. |
public static
|
#
newInstance( string $subject = null, string $body = null, string $contentType = null, string $charset = null )
Create a new Message. |
public
|
#
addPart( string|
Add a MimePart to this Message. |
public
|
_convertString(),
_fixHeaders(),
_setNestingLevel(),
charsetChanged(),
getCharset(),
getDelSp(),
getFormat(),
setBody(),
setCharset(),
setDelSp(),
setFormat()
|
LEVEL_ALTERNATIVE,
LEVEL_MIXED,
LEVEL_RELATED,
LEVEL_TOP
|
$_userCharset,
$_userDelSp,
$_userFormat
|
$_userContentType
|