3. It appears that there are no transport implementations provided by Geronimo. Sending an SMTP messages does nothing. I believe the JavaMail Reference Implementation contains a reference transport implementation that would probably work with Geronimo. I assume that for certification Geronimo only requries the implementation of the JavaMail APIs and not the actual transports.
There is a transport, it's just a null one that eats all messages.
Geir is working on a SMTP transport implementation that will be included in the certified version.
The one from the RI does work with Geronimo but we can't redistribute it under the terms of the Apache License.
-- Jeremy
