|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectInterface.Mail
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 |
public Mail()
| Method Detail |
public static void postMail(java.lang.String[] recipients,
java.lang.String subject,
java.lang.String message)
throws javax.mail.MessagingException
recipients - array of recipients email addressessubject - subject of the emailmessage - email message
javax.mail.MessagingException - void
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||