Structured Text Toolkit

com.saelist.command
Class SmtpCommand

java.lang.Object
  extended bycom.saelist.command.AbstractCommand
      extended bycom.saelist.command.SmtpCommand
All Implemented Interfaces:
Command

public class SmtpCommand
extends AbstractCommand

Sends messages in a structured text file to email recipients. See the schema file for exact format of the message file.


Field Summary
protected static Logger logger
           
 
Fields inherited from class com.saelist.command.AbstractCommand
config
 
Constructor Summary
SmtpCommand()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class com.saelist.command.AbstractCommand
setArg, setArgs, undo, undoable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static Logger logger
Constructor Detail

SmtpCommand

public SmtpCommand()
Method Detail

execute

public void execute()
             throws CommandException
Throws:
CommandException

Structured Text Toolkit