| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opengts.util.SendMailArgs
public class SendMailArgs
| Field Summary | |
|---|---|
static java.lang.String | 
SSL_FACTORY
 | 
static boolean | 
USE_AUTHENTICATOR
 | 
| Constructor Summary | |
|---|---|
SendMailArgs()
 | 
|
| Method Summary | |
|---|---|
static void | 
main(java.lang.String[] argv)
 | 
static java.lang.String | 
parseEMailAddress(java.lang.String addr)
Filters and returns the base email address from the specified String. For example, if the String "Jones<jones@example.com>" is passed to this method, then the value "jones@example.com" will be returned.  | 
static void | 
send(SendMail.Args args)
Internal method to send email  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final boolean USE_AUTHENTICATOR
public static final java.lang.String SSL_FACTORY
| Constructor Detail | 
|---|
public SendMailArgs()
| Method Detail | 
|---|
public static java.lang.String parseEMailAddress(java.lang.String addr)
addr - The email address to filter.
public static void send(SendMail.Args args)
                 throws SendMail.SendMailException
args - The email arguments
SendMail.SendMailException - if an error occurspublic static void main(java.lang.String[] argv)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||