/**
 *A stub class to send a mail message through the connection using SMTP
 *
 *@Exception MessageException
 *when the message is not a valid mail message
 *
 *@author Dan Hawando
 *@author Ben Kaiser
 *@author Josh Vickery
 *@version 1.0 of Octobre 1999
 */
  
public class SendMailStub
  implements SendMail

{
  public void SendMailStub(String MessageName)
     throws MessageException
}//SendMailStub(String)  

