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
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Message.php
Methods summary
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
|
Methods inherited from Swift_Mime_SimpleMessage
__toString(),
_getIdField(),
addBcc(),
addCc(),
addFrom(),
addReplyTo(),
addTo(),
attach(),
detach(),
embed(),
getBcc(),
getCc(),
getDate(),
getFrom(),
getNestingLevel(),
getPriority(),
getReadReceiptTo(),
getReplyTo(),
getReturnPath(),
getSender(),
getSubject(),
getTo(),
setBcc(),
setCc(),
setDate(),
setFrom(),
setPriority(),
setReadReceiptTo(),
setReplyTo(),
setReturnPath(),
setSender(),
setSubject(),
setTo(),
toByteStream(),
toString()
Methods inherited from Swift_Mime_MimePart
_convertString(),
_fixHeaders(),
_setNestingLevel(),
charsetChanged(),
getCharset(),
getDelSp(),
getFormat(),
setBody(),
setCharset(),
setDelSp(),
setFormat()
Methods inherited from Swift_Mime_SimpleMimeEntity
__destruct(),
_clearCache(),
_getCache(),
_getGrammar(),
_getHeaderFieldModel(),
_getHeaderParameter(),
_setHeaderFieldModel(),
_setHeaderParameter(),
encoderChanged(),
generateId(),
getBody(),
getBoundary(),
getChildren(),
getContentType(),
getDescription(),
getEncoder(),
getHeaders(),
getId(),
getMaxLineLength(),
getRandomId(),
setBoundary(),
setChildren(),
setContentType(),
setDescription(),
setEncoder(),
setId(),
setMaxLineLength()
Magic methods summary
Constants summary
Constants inherited from Swift_Mime_MimeEntity
LEVEL_ALTERNATIVE,
LEVEL_MIXED,
LEVEL_RELATED,
LEVEL_TOP
Properties summary
Properties inherited from Swift_Mime_MimePart
$_userCharset,
$_userDelSp,
$_userFormat