KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > SendFailedException > Top Examples

  • 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 ...
  • transport
    transport is a simple program that creates a message, explicitly retrieves a Transport from the session based on the type of the address (it's InternetAddress, so SMTP will be used) and sends the message. usage: <code>java transport <i>"toaddr1[, toaddr2]*" from smtphost true|false&l ...
  • org.apache.james.transport.mailets.DSNBounce
    <P>Generates a Delivery Status Notification (DSN) Note that this is different than a mail-client's reply, which would use the Reply-To or From header.</P> <P>Bounced messages are attached in their entirety (headers and content) and the resulting MIME part type is "message/rfc822 ...
Popular Tags