| |||||||
| FRAMES NO FRAMES | |||||||
<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 Class | org.apache.taglibs.mailer2.AddRecipientTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | mt:addrecipient |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| type | yes | no | java.lang.String | The type of recipient, either "to", "cc", or "bcc" |
| name | no | yes | java.lang.String | The real name of the recipient |
| address | no | yes | java.lang.String | The e-mail address |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||