represent a mail message that can be sent via the MailClient
package |
Default |
---|
__construct( $mailMessage = null)
mixed | null
addHeader( $key, $value) : $this
String
String
$this
getAttachment() : array
array
getBcc() : array
array
getBounceAddress() : string
string
getCc() : array
array
getFrom() : string
string
getHtml() : string
string
getInlineAttachment() : array
array
getSubject() : string
string
getText() : string
string
getTo() : array
array
isFixedHeaders() : boolean
boolean
setAttachment( $attachment) : $this
MailAttachment|array
$this
setBcc( $bcc) : $this
string
$this
setBounceAddress( $bounceAddress) : $this
string
$this
setCc( $cc) : $this
string
$this
setFixedHeaders( $fixedHeaders) : $this
boolean
$this
setFrom( $from) : $this
string
$this
setHtml( $html) : $this
string
$this
setInlineAttachment( $inlineAttachment) : $this
MailAttachment|array
$this
setSubject( $subject) : $this
string
$this
setText( $text) : $this
string
$this
setTo( $to) : $this
string
$this