org.mmbase.applications.email
Class EmailHandler
java.lang.Object
org.mmbase.applications.email.EmailHandler
- public class EmailHandler
- extends Object
This is a helper class for EmailBuilder. It contains a lot of methods which deal with
MMObjectNodes of type 'email' (So actually one would expect those functions to be member of
EmailBuilder itself).
- Since:
- MMBase-1.7
- Version:
- $Id: EmailHandler.java,v 1.18 2006/07/06 11:50:26 michiel Exp $
- Author:
- Daniel Ockeloen, Michiel Meeuwissen, Simon Groenewolt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailHandler
public EmailHandler()
sendMailNode
public static MMObjectNode sendMailNode(MMObjectNode node)
- Send the email node.
firsts finds all out all the related users and groups (or not)
then parse the content for subject and body
lastly mail it using the sendmail module
MMBase build 1.8.1.20060716