Class QEmailMessage
An email message that you can send with QEmailServer
- QBaseClass
- QEmailMessage
Located at includes/framework/QEmailServer.class.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
mixed
|
OverrideAttributes(),
__call()
|
protected
|
$strFrom
|
|
protected
|
$strReplyTo
|
|
protected
|
$strSender
|
|
protected
|
$strTo
|
|
protected
|
$strSubject
|
|
protected
|
$strBody
|
|
protected
|
$strHtmlBody
|
|
protected
|
$strCc
|
|
protected
|
$strBcc
|
|
protected
array
|
$strHeaderArray
|
#
array()
|
protected
array
|
$objFileArray
|
#
array()
|
protected
boolean
|
$blnEncodeSubject
|
#
true
|
public
string
|
$From
|
public
string
|
$ReplyTo
|
public
string
|
$Sender
|
public
string
|
$To
|
public
string
|
$Cc
|
public
string
|
$Bcc
|
public
string
|
$Subject
|
public
string
|
$Body
|
public
string
|
$HtmlBody
|
public
boolean
|
$EncodeSubject
Whether to encode the subject of the email using UTF-8. Default is true. You might want to turn this off if sending to text message portals (i.e. 123-4567@sprint.message.com) |