Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3281

MgnlMailFactory should work with Map<String, Object>

XMLWordPrintable

      Currently the MgnlMailFactory works on a String/String Map for templating. However Freemarker and Velocity support support more complex objects as well. The restriction on String is a hard limitation.

      So, I would recommend to change the parameter definition from Map<String, String> params to Map<String, Object> params.

        Acceptance criteria

              tmattsson Tobias Mattsson
              haddorp Jan Christian Haddorp
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD