Jakarta Mailer Taglib 2.0
Tag header


JSP tag <b>mt:header</b> is used to set additional headers in an e-mail message. <p/> It is a child of mt:mail or mt:part.

Example:
<mt:header name="Precedence" value="Bulk"/>

<mt:header name="Precedence">Bulk</mt:header>
        


Tag Information
Tag Classorg.apache.taglibs.mailer2.HeaderTag
TagExtraInfo ClassNone
Body ContentJSP
Display Namemt:header

Attributes
NameRequiredRequest-timeTypeDescription
nameyesyesjava.lang.StringThe name of the header
valuenoyesjava.lang.StringThe value of the header

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.