Jakarta Mailer Taglib 2.0
Tag send


JSP tag <b>mt:send</b> is used to send a previously stored message. <p/> mt:send does not have any child tags.

Example:
<mt:mail var="message" subject="Test mail" from="john.doe@example.com"
    to="jane.doe@example.com" server="smtp.example.com">
    Hi Jane, here's my first mail
</mt:mail>
</mt:send message="${message}" background="true"/>
        


Tag Information
Tag Classorg.apache.taglibs.mailer2.SendTag
TagExtraInfo ClassNone
Body Contentempty
Display Namemt:send

Attributes
NameRequiredRequest-timeTypeDescription
messageyesyesjavax.mail.internet.MimeMessageThe message to send
backgroundnoyesjava.lang.StringWhether the mail should be sent in a background thread, default true. If true then no feedback (e.g. exceptions) will be shown to the user. ServletContext.log() is used instead

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.