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 wa-system/vendors/swift/classes/Swift/Message.php
Author: Chris Corbyn
Located at wa-system/vendors/swift/classes/Swift/Message.php
public
|
#
__construct( string $subject = null, string $body = null, string $contentType = null, string $charset = null )
Create a new Message. |
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
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
_convertString(),
_fixHeaders(),
_setNestingLevel(),
charsetChanged(),
getCharset(),
getDelSp(),
getFormat(),
setBody(),
setCharset(),
setDelSp(),
setFormat()
|
LEVEL_ALTERNATIVE,
LEVEL_MIXED,
LEVEL_RELATED,
LEVEL_TOP
|
private
|
$headerSigners | array() |
|
private
|
$bodySigners | array() |
|
private
array
|
$savedMessage | array() |
$_userCharset,
$_userDelSp,
$_userFormat
|
$_userContentType
|