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 Class | org.apache.taglibs.mailer2.ReplyToTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | mt:replyto |
| Attributes |
| Name | Required | Request-time | Type | Description |
| name | no | yes | java.lang.String | The real name of the reply-to recipient |
| address | no | yes | java.lang.String | The 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.