|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.widget.Mailor
public class Mailor
| Constructor Summary | |
|---|---|
Mailor()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
protected void |
send(java.lang.String smtpServer,
java.util.List<?> tos,
java.lang.String from,
java.lang.String subject,
java.util.List<?> bodyParts)
Send an email using the given informations (stmpServer, toAddress, fromAddress, subject and body). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mailor()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
protected void send(java.lang.String smtpServer,
java.util.List<?> tos,
java.lang.String from,
java.lang.String subject,
java.util.List<?> bodyParts)
throws javax.mail.MessagingException,
java.io.IOException
smtpServer - tos - from - subject - bodyParts -
javax.mail.MessagingException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||