All Packages Class Hierarchy This Package Previous Next Index
Class com.andthehorseyourodeinon.netgrep.Mailer
java.lang.Object
|
+----com.andthehorseyourodeinon.netgrep.Mailer
- public class Mailer
- extends Object
Cheesy, quick implementation of a Mailer class to support
a Search Engine Monitor or Tracker Service.
- Version:
- $Id: Mailer.java,v 1.1 2000/05/16 22:44:24 samuelg Exp $
-
Mailer(Properties, String, String)
-
Mailer
public Mailer(Properties opts,
String subject,
String message)
- Parameters:
- options - Properties general to all the search engine Monitors and Trackers.
- subject - String containing message subject.
- message - String containing message body.
All Packages Class Hierarchy This Package Previous Next Index