Thymeleaf Dialect which helps to create mailto-links.
Supported attributes at anchor-tags "" are:
mail:to
: the to-field of an emailmail:bcc
: the bcc-field of an emailmail:cc
: the cc-field of an emailmail:subject
: the subject-field of an emailmail:body
: the body-field of an email
The maximal lenght of the link is 507 characters otherwise IE will not show anything.
See the testdata at src/test/resources/thymeleaf/mailto.
To use codecompletion add xmlns:mail="http://www.ppi.de/thymeleaf/mailto"
to the html-tag.
Simply add de.ppi.oss thymeleaf-mailto 0.1