Class Nexista_EmailAction

Description

This action sends an email and preferrably uses the PEAR Net_SMTP package.

Located in /modules/actions/email.action.php (line 22)

Nexista_Action
   |
   --Nexista_EmailAction
Variable Summary
 array $params
Method Summary
 boolean main ()
Variables
array $params = array(
'recipient' => '', //required -
'sender' => '', //required -
'subject' => '', //optional -
'body' => '', //required -
'host' => '',
'port' => '',
'authentication' => ''

)
(line 31)

Function parameter array

  • access: protected

Redefinition of:
Nexista_Action::$params
Function parameter array
Methods
main (line 49)

Applies action

  • return: success
  • access: protected
boolean main ()

Redefinition of:
Nexista_Action::main()
Applies action

Inherited Methods

Inherited From Nexista_Action

 Nexista_Action::applyParams()
 Nexista_Action::main()
 Nexista_Action::process()

Documentation generated on Tue, 11 Mar 2008 23:22:58 -0400 for Nexista 0.2.0