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()
setMessageContext
public void setMessageContext(MessageContext messageContext)
setProperties
public void setProperties(Properties properties)
setPasswordAuthentication
public void setPasswordAuthentication(javax.mail.PasswordAuthentication passwordAuthentication)
send
public void send(String subject,
String targetEmail,
String message,
org.apache.axiom.om.OMOutputFormat format)
throws AxisFault
- Throws:
AxisFault