| ... | ... | @@ -19,3 +19,7 @@ Choose an e-mail template from the list and click edit. |
|
|
|
| Bcc | e-mail | | Is used to set the To field via javax.mail API `message.setRecipients(Message.RecipientType.BCC`. Uses the term `InternetAddress.parse(to, false)` to resolve e-mail address. |
|
|
|
|
| Suject | string | | The subject of the e-mail. |
|
|
|
|
| Body | string | | The body of the e-mail.
|
|
|
|
|
|
|
|
## Templating with Velocity
|
|
|
|
|
|
|
|
All the fields (`From, To, Cc, Bcc, Subject, Body`) are rendered with velocity. Which variables are visible in the velocity context depends on the caller. Most of the times the variables `user`, `service` and `registry` are usable in the rendering context. |
|
|
\ No newline at end of file |