org.apache.axis2.transport.mail
Class EMailSender
java.lang.Object
org.apache.axis2.transport.mail.EMailSender
- public class EMailSender
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMailSender
public EMailSender(String user,
String host,
String smtpPort,
String password)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
send
public void send(String subject,
String targetEmail,
String message,
String charSet)
throws AxisFault
- Throws:
AxisFault