Formats an email then sends the message or stores in an attribute. The message is constructed through nested tags.
The <email:error> and <email:success> tags may be used to determine the results.
Tag Information
| Tag Class: | com.newmediaworks.taglib.email.EmailTag |
|---|---|
| TagExtraInfo Class: | None |
| Body Content: | JSP |
| Display Name: | None |
Attributes
| Name | Required | Evaluation | Type | Description |
|---|---|---|---|---|
| smtpHost | No | Runtime | String |
The SMTP host to use for sending email.
Defaults to the |
| smtpPort | No | Runtime | Integer |
The SMTP port to use for sending email.
Defaults to the |
| var | No | Runtime | String |
When provided, the email will not be sent. Instead, it will be converted to
a |
| scope | No | Runtime | String |
Provides the scope of the variable that will be set when the var attribute is provided. Must be one of:
|
Variables
No Variables Defined.