KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > internet > AddressException > Top Examples

  • org.apache.cocoon.mail.MailMessageSender
    A helper class used by the {@link org.apache.cocoon.acting.Sendmail} and the <code>sendmail.xsl</code> logicsheet for sending an email message. <h3>Configuration</h3> <table><tbody> <tr><th>smtp-host</th><td>SMTP server to use sending ma ...
  • org.jboss.monitor.alerts.EmailAlertListener
    Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.2.6.1 $
  • org.jboss.monitor.alerts.EmailAlertListenerMBean
    Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.2 $
  • org.apache.taglibs.mailer.SendTag
    SendTag - JSP tag <b>Send</b> is used to send the created email. <tag> <name>send</name> <tagclass>org.apache.taglibs.mailer.SendTag</tagclass> <bodycontent>JSP</bodycontent> <info>Send the email</info> </tag> @author Rich C ...
  • org.apache.cocoon.mail.MimeMessageUtil
    Description of the Class @author Bernhard Huber @since 26. Oktober 2002 @version CVS $Id: MimeMessageUtil.java 30932 2004-07-29 17:35:38Z vgritsenko $
  • org.apache.turbine.util.mail.MailMessage
    Creates a very simple text/plain message and sends it. <p>MailMessage creates a very simple text/plain message and sends it. It can be used like this:<br> <pre> MailMessage sm = new MailMessage("mail.domain.net", "toYou@domain.net", "fromMe@domain", "this is the subject", "this ...
  • org.apache.james.transport.mailets.RemoteDelivery
    Receives a MessageContainer from JamesSpoolManager and takes care of delivery the message to remote hosts. If for some reason mail can't be delivered store it in the "outgoing" Repository and set an Alarm. After the next "delayTime" the Alarm will wake the servlet that will try to send it again. A ...
Popular Tags