com.friendshipsystems.fsshresourcemanager
Class FMailer

java.lang.Object
  extended by com.friendshipsystems.fsshresourcemanager.FMailer

public class FMailer
extends java.lang.Object

The FMailer provides the mailing functionality of the SshResourceManager

Author:
FRIENDSHIP SYSTEMS

Method Summary
 boolean sendMail(java.lang.String receipient, java.lang.String msgSubject, java.lang.String msgBody)
          Sends a mail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sendMail

public boolean sendMail(java.lang.String receipient,
                        java.lang.String msgSubject,
                        java.lang.String msgBody)
Sends a mail

Parameters:
receipient - The "to"-address of the mail
msgSubject - The subject of the mail
msgBody - The body of the mail
Returns:
true if successfully sent, otherwise false