| |||||||
| FRAMES NO FRAMES | |||||||
<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 Class | org.apache.taglibs.mailer2.SendTag |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | mt:send |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| message | yes | yes | javax.mail.internet.MimeMessage | The message to send |
| background | no | yes | java.lang.String | Whether 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. |
| |||||||
| FRAMES NO FRAMES | |||||||