Class: TextEmail

Source Location: /CORE/system/classes/email/TextEmail.php

Class TextEmail

Class Overview

Class used for creating Plain-Text Emails.

Located in /CORE/system/classes/email/TextEmail.php [line 38]

email
   |
   --TextEmail
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: TextEmail.php,v 1.7 2008/08/12 13:14:01 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

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()

[ Top ]
Method Summary
TextEmail   TextEmail()  

[ Top ]
Methods
Constructor TextEmail  [line 40]

  TextEmail TextEmail( )



[ Top ]