Class email

Description

Class used for creating an Email.

Uses the general BIGACE email settings, so with a correct configured system you should be able to send emails without settings server ...

  • version: $Id: email.php,v 1.7 2006/11/26 22:04:29 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
EmailConstants
   |
   --email
Direct descendents
Class Description
HtmlEmail Class used for creating HTML Emails.
TextEmail Class used for creating Plain-Text Emails.
Method Summary
email email ()
void resetSettings ()
boolean sendMail ()
void setCharacterSet ( $val)
void setCharSet ( $val)
void setContent ( $val)
void setContentEncoding ( $val)
void setContentType ( $val)
void setErrorsTo ( $val)
void setFrom ( $val)
void setFromEmail (String $val)
void setFromName (String $val)
void setMailServer ( $val)
void setMimeVersion ( $val)
void setReceipient ( $val)
void setReplyTo ( $val)
void setServer ( $val)
void setSubject ( $val)
void setTo ( $val)
void setXMailer ( $val)
Variables
Methods
Constructor email (line 103)
email email ()
resetSettings (line 108)
void resetSettings ()
sendMail (line 224)

This sends the configured Email.

  • return: whether this Email could be send or not
boolean sendMail ()
setCharacterSet (line 140)
void setCharacterSet ( $val)
  • $val
setCharSet (line 150)
void setCharSet ( $val)
  • $val
setContent (line 180)
void setContent ( $val)
  • $val
setContentEncoding (line 185)
void setContentEncoding ( $val)
  • $val
setContentType (line 155)
void setContentType ( $val)
  • $val
setErrorsTo (line 125)
void setErrorsTo ( $val)
  • $val
setFrom (line 193)

Other name for

  1. setFromEmail(String)
.

void setFrom ( $val)
  • $val
setFromEmail (line 202)

Required field.

void setFromEmail (String $val)
  • String $val: the From Email
setFromName (line 210)
void setFromName (String $val)
  • String $val: the Name of the Mail sender
setMailServer (line 135)
void setMailServer ( $val)
  • $val
setMimeVersion (line 215)
void setMimeVersion ( $val)
  • $val
setReceipient (line 130)
void setReceipient ( $val)
  • $val
setReplyTo (line 145)
void setReplyTo ( $val)
  • $val
setServer (line 160)
void setServer ( $val)
  • $val
setSubject (line 175)
void setSubject ( $val)
  • $val
setTo (line 170)
void setTo ( $val)
  • $val
setXMailer (line 165)
void setXMailer ( $val)
  • $val

Documentation generated by phpDocumentor 1.3.1