jar

io.github.bigbang360 : email-service

Maven & Gradle

Jun 15, 2022
0 stars

email-service · Provides a simple interface to generate and send email messages. Allows emails to be templatized.

Table Of Contents

Latest Version

Download io.github.bigbang360 : email-service JAR file - Latest Versions:

All Versions

Download io.github.bigbang360 : email-service JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 email-service-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.bigbang.emailservice.client

├─ io.github.bigbang.emailservice.client.EmailClient.class - [JAR]

io.github.bigbang.emailservice.injector

├─ io.github.bigbang.emailservice.injector.TemplateInjector.class - [JAR]

io.github.bigbang.emailservice

├─ io.github.bigbang.emailservice.EmailServiceApplication.class - [JAR]

io.github.bigbang.emailservice.models

├─ io.github.bigbang.emailservice.models.EmailAttachment.class - [JAR]

├─ io.github.bigbang.emailservice.models.EmailMessage.class - [JAR]

io.github.bigbang.emailservice.config

├─ io.github.bigbang.emailservice.config.EmailConfig.class - [JAR]

├─ io.github.bigbang.emailservice.config.ThymeleafTemplateConfig.class - [JAR]