Hi, I've updated the mailer2 taglib that has been uploaded to the sandbox. It now actually *works* ;-)
Changes include: - Fixed the documentation, TLD, source code style (missorted modifiers and equals() comparisons with a string literal) - Use ArrayList instead of Vector - Fixed some error messages - Fixed the mt:addrecipient tag to actually add a recipient - Fixed the mt:encrypt tag to actually encrypt the content instead of only sending an empty message - Fixed an NPE in the MailTag if no from is given - Return Session.getInstance() instead of Session.getDefaultInstance() to create a new javax.mail.Session, because of problems with SMTP authentication. Still not completely solved, though. Comments are welcome. - Enhanced the use of the mt:sign and mt:encrypt tags to use the server and/or port given as attributes in the mt:mail tag or as context-params so an signed and/or encrypted message no longer use the default SMTP server and port (localhost:25). The values of these attributes are stored in the PageContext in PAGE scope - Updated the examples to become XHTML 1.0 Strict instead of HTML 4.01 Strict I used 'cvs diff -u -b' to create the diff. There are quite a few empty lines, so I'm not sure whether this is the correct format. Please advise if another format is better. The diff can be found at http://www.vanvianen.nl/mailer2/mailer2.diff.zip Please apply, Regards, Jeroen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]