Jakarta Mailer Taglib 2.0
Tag addrecipient


JSP tag <b>mt:addrecipient</b> is used to add recipients to an e-mail message. <p/> It is a child of mt:mail.

Example:
<mt:addrecipient type="to" address="john.doe@example.com"/>

<mt:addrecipient type="to" name="John Doe" address="john.doe@example.com"/>

<mt:addrecipient type="cc">john.doe@example.com</mt:addrecipient>
        


Tag Information
Tag Classorg.apache.taglibs.mailer2.AddRecipientTag
TagExtraInfo ClassNone
Body ContentJSP
Display Namemt:addrecipient

Attributes
NameRequiredRequest-timeTypeDescription
typeyesnojava.lang.StringThe type of recipient, either "to", "cc", or "bcc"
namenoyesjava.lang.StringThe real name of the recipient
addressnoyesjava.lang.StringThe e-mail address

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.