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 ...