org.nuiton.widget
Class Mailor
java.lang.Object
org.nuiton.widget.Mailor
Deprecated. since 1.0.4 with no replacement (removed in 1.1)
@Deprecated
public class Mailor
- extends Object
|
Constructor Summary |
Mailor()
Deprecated. |
|
Method Summary |
static void |
main(String[] args)
Deprecated. |
protected void |
send(String smtpServer,
List<?> tos,
String from,
String subject,
List<?> bodyParts)
Deprecated. 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 |
Mailor
public Mailor()
- Deprecated.
main
public static void main(String[] args)
- Deprecated.
send
protected void send(String smtpServer,
List<?> tos,
String from,
String subject,
List<?> bodyParts)
throws javax.mail.MessagingException,
IOException
- Deprecated.
- Send an email using the given informations (stmpServer, toAddress,
fromAddress, subject and body).
- Parameters:
smtpServer - tos - from - subject - bodyParts -
- Throws:
javax.mail.MessagingException
IOException
Copyright © 2004-2010 CodeLutin. All Rights Reserved.