com.openexchange.admin.tools
Class MailTool

java.lang.Object
  extended by com.openexchange.admin.tools.MailTool

public class MailTool
extends java.lang.Object

This class is used for mail handling, especially for sending notification mails to the admin user TODO no mails are sent with admin. Maybe this class can be removed.

Author:
d7

Constructor Summary
MailTool()
           
 
Method Summary
static void sendMail(java.lang.String recipient, java.lang.String sender, java.lang.String subject, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailTool

public MailTool()
Method Detail

sendMail

public static final void sendMail(java.lang.String recipient,
                                  java.lang.String sender,
                                  java.lang.String subject,
                                  java.lang.String message)
                           throws OXMailToolException
Parameters:
recipient -
sender - Can be left out by setting null here
subject -
message -
Throws:
OXMailToolException