Class Summary |
AddRecipientTag |
AddRecipientTag - JSP tag addrecipient is used to add any type of
recipient to an already existant list of recipients in an
e-mail message. |
AttachTag |
AttachTag - JSP tag Attach is used to set the message in an email. |
ErrorTag |
ErrorTag - JSP tag Error is used to get the error message when creating
an error page. |
ErrorTEI |
TagExtraInfo for error tag, allows use of standard
<jsp:getProperty/> with the error tag script
variable id. |
FromTag |
FromTag - JSP tag From is used to set the from address in an email. |
HeaderTag |
HeaderTag - JSP tag Header is used to set headers in an e-mail message. |
MailAuthenticator |
MailAuthenticator - a password authentication class used to access a mail
server that needs authentication |
MailTag |
MailTag - JSP tag Mail is used to construct an email message. |
MessageTag |
MessageTag - JSP tag Message is used to set the message in an e-mail. |
PasswordTag |
PasswordTag - JSP tag Password is used to set the password used for
authentication of the mail session. |
PortTag |
PortTag - JSP tag port is used for dynamically setting the mail
server port that is going to be used to send the mail. |
ReplyToTag |
ReplyToTag - JSP tag ReplyTo is used to set the To address in an e-mail. |
SendTag |
SendTag - JSP tag Send is used to send the created email. |
ServerTag |
ServerTag - JSP tag server is used for dynamically setting the mail
server that is going to be used to send the mail the tag must be
nested within a mail tag. |
SetRecipientTag |
SetRecipientTag - JSP tag setrecipient is used to set any type of
recipient to an e-mail. |
SubjectTag |
SubjectTag - JSP tag Subject is used to set the subject in an e-mail. |
UserTag |
UserTag - JSP tag User is used to set the user name for authentication. |