Jakarta Mailer Taglib 2.0
Tag replyto


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

Example:
<mt:replyto address="john.doe@example.com"/>

<mt:replyto name="John Doe">john.doe@example.com</mt:replyto>
        


Tag Information
Tag Classorg.apache.taglibs.mailer2.ReplyToTag
TagExtraInfo ClassNone
Body ContentJSP
Display Namemt:replyto

Attributes
NameRequiredRequest-timeTypeDescription
namenoyesjava.lang.StringThe real name of the reply-to recipient
addressnoyesjava.lang.StringThe e-mail address to reply-to

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.