|
|
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. |
|
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. In case of an user registration the variables `user`, `service` and `registry` are usable in the rendering context. When a user is created initially when visiting the reg-app the fist time, only the `user` variable is usable.
|