util
Class GoogleTest
java.lang.Object
util.GoogleTest
public class GoogleTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMTP_HOST_NAME
private static final String SMTP_HOST_NAME
- See Also:
- Constant Field Values
SMTP_PORT
private static final String SMTP_PORT
- See Also:
- Constant Field Values
emailMsgTxt
private static final String emailMsgTxt
- See Also:
- Constant Field Values
emailSubjectTxt
private static final String emailSubjectTxt
- See Also:
- Constant Field Values
emailFromAddress
private static final String emailFromAddress
- See Also:
- Constant Field Values
SSL_FACTORY
private static final String SSL_FACTORY
- See Also:
- Constant Field Values
sendTo
private static final String[] sendTo
GoogleTest
public GoogleTest()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
sendSSLMessage
public void sendSSLMessage(String[] recipients,
String subject,
String message,
String from)
throws javax.mail.MessagingException
- Throws:
javax.mail.MessagingException