You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/12/08 16:24:33 UTC

[tomee] 01/01: TOMEE-3811 - Provide E-Mail Example with Velocity

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 7635d61372dc9f79808e050c0dc406e9e4758eb0
Merge: 418674f bc4815c
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Wed Dec 8 17:24:14 2021 +0100

    TOMEE-3811 - Provide E-Mail Example with Velocity

 examples/javamail-velocity/README.adoc             | 436 +++++++++++++++++++++
 examples/javamail-velocity/pom.xml                 | 156 ++++++++
 .../src/main/java/org/superbiz/EMail.java          |  55 +++
 .../main/java/org/superbiz/EMailServiceImpl.java   | 146 +++++++
 .../src/main/java/org/superbiz/MailType.java       |  32 ++
 .../src/main/resources/resources.xml.template      |  34 ++
 .../test/java/org/superbiz/EMailServiceTest.java   | 152 +++++++
 .../javamail-velocity/src/test/resources/log4j.xml |  39 ++
 .../resources/templates/email-html-template.vm     |  22 ++
 examples/pom.xml                                   |   1 +
 10 files changed, 1073 insertions(+)