swiftmailer\Message getReplyTo()

getReplyTo() public method Returns the reply-to address of this message. public string getReplyTo ( )return string The reply-to address of this message.

swiftmailer\Message getSwiftMessage()

getSwiftMessage() public method public \Swift_Message getSwiftMessage ( )return \Swift_Message Swift message instance.

swiftmailer\Message getSubject()

getSubject() public method Returns the message subject. public string getSubject ( )return string The message subject

swiftmailer\Message getReadReceiptTo()

getReadReceiptTo() public method (available since version 2.0.6) Get the addresses to which a read-receipt will be sent. public string getReadReceiptTo ( )return string Receipt receive email addresses.

swiftmailer\Message getHeader()

getHeader() public method (available since version 2.0.6) Returns all values for the specified header. public array getHeader ( $name )$name string Header name. return array Header values list.

swiftmailer\Message getPriority()

getPriority() public method (available since version 2.0.6) Returns the priority of this message. public integer getPriority ( )return integer Priority value as integer in range: 1..5, where 1 is the highest priority and 5 is the lowest.

swiftmailer\Message getFrom()

getFrom() public method Returns the message sender. public string getFrom ( )return string The sender

swiftmailer\Message getCharset()

getCharset() public method Returns the character set of this message. public string getCharset ( )return string The character set of this message.

swiftmailer\Message getCc()

getCc() public method Returns the Cc (additional copy receiver) addresses of this message. public array getCc ( )return array The Cc (additional copy receiver) addresses of this message.

swiftmailer\Message getBcc()

getBcc() public method Returns the Bcc (hidden copy receiver) addresses of this message. public array getBcc ( )return array The Bcc (hidden copy receiver) addresses of this message.