jar

org.sevensource.commons : html-email-service

Maven & Gradle

Jul 11, 2014
0 stars

Library for creating and sending HTML email with Spring. Contains functionality to transform text to html, as well as html to text.

Table Of Contents

Latest Version

Download org.sevensource.commons : html-email-service JAR file - Latest Versions:

All Versions

Download org.sevensource.commons : html-email-service JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window html-email-service-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.sevensource.commons.email.html

├─ org.sevensource.commons.email.html.EmailModel.class - [JAR]

org.sevensource.commons.email.html.service

├─ org.sevensource.commons.email.html.service.EmailService.class - [JAR]

├─ org.sevensource.commons.email.html.service.EmailTemplateRendererService.class - [JAR]

├─ org.sevensource.commons.email.html.service.NoopEmailServiceMarker.class - [JAR]

org.sevensource.commons.email.html.configuration

├─ org.sevensource.commons.email.html.configuration.EmailThymeleafConfiguration.class - [JAR]

├─ org.sevensource.commons.email.html.configuration.HtmlEmailServiceConfiguration.class - [JAR]

org.sevensource.commons.email.html.spring

├─ org.sevensource.commons.email.html.spring.ConfigurableJavaMailSenderImpl.class - [JAR]