KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > event > TransportEvent > Top Examples

  • 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 ...
Popular Tags