YANA 4 PHP Framework
Docs For Class FormMailer
create and send mails from form data
Located in /includes/class_formmailer.php
Object | --FormMailer
Creates a new instance of this class.
Name | Type | Description |
---|---|---|
$anotherObject | object |
Returns bool(true) if this object and $anotherObject are equal and bool(false) otherwise.
Two instances are considered equal if and only if they are both objects of the same class and their attributes are equal.
Redefinition of: Object::equals()
Name | Type | Description |
---|---|---|
$recipient | string | mail address |
$subject | string | subject of the mail |
&$formdata | array | form-data submitted by the user |
Returns bool(true) on success and bool(false) on error.
Name | Type | Description |
---|---|---|
$recipient | string | mail address |
Sends the current contents to $recipient, where $recipient should be a valid mail address.
Returns bool(true) on success or bool(false) on error.
Inherited From Object
Documentation generated on Sun, 11 Mar 2007 15:02:30 +0100 by phpDocumentor 1.3.1