|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cybelia.sandra.EmailHelper
public class EmailHelper
| Constructor Summary | |
|---|---|
EmailHelper()
|
|
| Method Summary | |
|---|---|
static void |
sendEmail(String[] to,
String subject,
String msg,
String... attachments)
|
static void |
sendEmail(String to,
String subject,
String message,
String... attachments)
|
static void |
sendEmailToAdmin(String subject,
String message,
String... attachments)
|
static void |
sendNotification(String name,
List<String[]> datas)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailHelper()
| Method Detail |
|---|
public static void sendEmail(String[] to,
String subject,
String msg,
String... attachments)
public static void sendEmail(String to,
String subject,
String message,
String... attachments)
public static void sendEmailToAdmin(String subject,
String message,
String... attachments)
public static void sendNotification(String name,
List<String[]> datas)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||