>> YANA 4 PHP Framework >> Docs For Class FormMailer

Class FormMailer

Description

create and send mails from form data

  • access: public

Located in /includes/class_formmailer.php

SerializeableObject
   |
   --FormMailer

Variable Summary

array $content
string $footline
string $headline
string $subject

Method Summary

FormMailer FormMailer ()
boolean mail (string $recipient, string $subject, array &$formdata)
boolean send (string $recipient)

Variables

array $content = array()
  • access: public
string $footline = ""
  • access: public
string $headline = ""
  • access: public
string $subject = ""
  • access: public

Methods

Constructor FormMailer
FormMailer FormMailer ()

constructor

mail
boolean mail (string $recipient, string $subject, array &$formdata)

mail

create an automatically formated e.mail from an array of form data

  • since: Version 2.8
  • static:
  • access: public
Name Type Description
$recipient string
$subject string
&$formdata array
send
boolean send (string $recipient)

send an e-mail

  • access: public
Name Type Description
$recipient string

Inherited Methods

Inherited From SerializeableObject

SerializeableObject::serialize()
SerializeableObject::toString()

Documentation generated on Sat, 16 Sep 2006 17:05:59 +0200 by phpDocumentor 1.3.0RC4

yana author: Thomas MeyerHomepage: www.all-community.de/pub