sefv2simpleemailformemailmsg

The Simple Email Form Email Message Container.

package

Simple Email Form

since 2.0.0

Methods

Properties

Contains a string signifying the recipient's email address.

to : null|string
var
since

Type(s)

null|string

Contains a string signifying the sender's email address.

from : null|string
var
since

Type(s)

null|string

Contains a string signifying the sender's name.

fromName : null|string
var
since

Type(s)

null|string

Contains a string signifying the value of the cc email addresses.

cc : null|string
var
since

Type(s)

null|string

Contains a string signifying the value of the bcc email addresses.

bcc : null|string
var
since

Type(s)

null|string

Contains a string (or an array of strings if Joomla < 3.0) signifying the value of the email address parameter that will be in the replyTo field of the email.

replyTo : mixed
var
since

Type(s)

mixed

Contains a string signifying that the replyTo field has to be added or not to the email.

replyToActive : null|string
var
since

Type(s)

null|string

Contains an array of attached documents.

attachment : array
var
since

Type(s)

array

Contains a string signifying the value of the email' subject.

subject : null|string
var
since

Type(s)

null|string

Contains a string signifying the value of the email' body.

body : null|string
var
since

Type(s)

null|string

Contains a string signifying the value of the directory containing the attachments.

dir : null|string
var
since

Type(s)

null|string

Contains a boolean signifying that the value of the form's field was set or not.

copyMe : null|boolean
var
since

Type(s)

null|boolean

Contains a boolean signifying that the value of the form's parameter was set or not.

copyMeAuto : null|string
var
since

Type(s)

null|string

Contains a string signifying the value of the error message if an error occurred when sending the email.

error : null|string
deprecated
var
since

Type(s)

null|string