Skip to content

Refactoring on mail templates

David Verdin requested to merge github/fork/ikedas/6.2.42-bonus into sympa-6.2

Created by: ikedas

Simplify notation of header fields in mail templates.

  • Use "[% "string" | loc %]" instead of "[%|loc%]string[%END%]".
  • Use a new filter "mailbox" to construct address field in header.

Merge request reports