|
The Mailer2 Tag Library is a complete rewrite of the original Mailer Tag Library.
It has the following features:
- Send simple plain text e-mails
- Attach local (file) or external (url) attachments to a message
- Create HTML formatted messages
- Create multipart/alternative HTML and plain text messages
- Save messages in a scope for later use
- Send messages in a background thread for better response times, or directly to get better feedback
- Use JSTL 1.1 EL throughout
- PLAIN or LOGIN SMTP authentication
- Configure server, port, username and password from your web.xml
- Load previosly stored messages, or save messages to disk
- S/MIME sign or sign and encrypt messages using a Legion of the Bouncy Castle implementation of the S/MIME protocol
|