Class GroupMailer
java.lang.Object
|
+----GroupMailer
- public class GroupMailer
- extends Object
A class to handle the group mailing facility of the root.
The root can send a group mail to all the students doing a
thesis of a particular type.
-
GroupMailer()
-
-
Start(String, String, Connection, PrintWriter)
- A method to send the mail.
GroupMailer
public GroupMailer()
Start
public void Start(String type,
String body,
Connection Conn,
PrintWriter out) throws ServletException, IOException
- A method to send the mail.
Method sends mail to all recipients of a particular group.
- Parameters:
- type - whether btp/seminar/dissertation
- body - the body of mail
- Conn - the connection
- out - Instance of PrintWriter
- Returns:
- Nothing