Package org.olat.modules.co

Version $Revision: 1.2 $ Last modified: $Date: 2004-12-08 11:00:56 $

See:
          Description

Class Summary
ContactFormController Fires Event: Event.DONE_EVENT:
email was sent successfully by the underlying Email subsystem Event.FAILED_EVENT:
email was not sent correct by the underlying Email subsystem
email may be partially sent correct, but some parts failed. Event.CANCELLED_EVENT:
user interaction, i.e.
 

Package org.olat.modules.co Description

Version $Revision: 1.2 $ Last modified: $Date: 2004-12-08 11:00:56 $

Package Usage as Building Block

Purpose

With the help of the ContactFromController.java one can create a contact/message/mail form.
This form contains the fields
  1. TO:
    Sender address
  2. FROM:
    1..n recipient addresses
  3. SUBJECT:
    a subject line
  4. BODY:
    the message body
The form has a send and cancel action as submit buttons.