Mailer
- Namespace: \Redaxscript
- Description: parent class to send an mail
- Package: Redaxscript
- Category: Mailer
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_toArray | protected | ||
_fromArray | protected | ||
_subject | protected | ||
_body | protected | ||
_attachmentArray | protected | ||
_fromString | protected | ||
_subjectString | protected | ||
_bodyString | protected | ||
_headerString | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
init | public | init the class |
_createFromString | protected | create the recipient contents |
_createSubjectString | protected | create the subject contents |
_createBodyString | protected | create the body contents |
_createHeaderString | protected | create the header contents |
send | public | send the email |
Method | Visibility | Description |