Class used for creating Plain-Text Emails.
Located in /CORE/system/classes/email/TextEmail.php [line 38]
email | --TextEmail
Methods
Inherited From email
email::email() email::getError() Returns an error message, if send() returned false. email::resetSettings() email::sendMail() This sends the configured Email. email::setCharacterSet() email::setCharSet() email::setContent() The Plain text content. email::setContentEncoding() email::setContentType() Sets whether we send an: email::setErrorsTo() email::setFrom() email::setFromEmail() Required field. email::setFromName() email::setHTML() The HTML content. email::setMimeVersion() email::setRecipient() Sets the recipient adress. email::setRecipientName() Sets the recipient name. email::setReplyTo() email::setServer() Sets the SMTP server to use. email::setSubject() The emails subject. email::setTo() email::setXMailer()
TextEmail TextEmail( )