Interface
Class Mail

java.lang.Object
  extended byInterface.Mail

public class Mail
extends java.lang.Object

This class is being used to send email


Constructor Summary
Mail()
          This is the constructor for Mail.java
 
Method Summary
static void postMail(java.lang.String[] recipients, java.lang.String subject, java.lang.String message)
          This method is being used send email
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mail

public Mail()
This is the constructor for Mail.java

Method Detail

postMail

public static void postMail(java.lang.String[] recipients,
                            java.lang.String subject,
                            java.lang.String message)
                     throws javax.mail.MessagingException
This method is being used send email

Parameters:
recipients - array of recipients email addresses
subject - subject of the email
message - email message
Throws:
javax.mail.MessagingException - void