ixortalk-mailing-service

IxorTalk microservice for sending e-mails

License

License

GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-mailing-service
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-mailing-service
IxorTalk microservice for sending e-mails
Project URL

Project URL

https://github.com/ixortalk/ixortalk-mailing-service/tree/master
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

https://github.com/ixortalk/ixortalk-mailing-service/tree/master

Download ixortalk-mailing-service

How to add to project

<!-- https://jarcasting.com/artifacts/com.ixortalk/ixortalk-mailing-service/ -->
<dependency>
    <groupId>com.ixortalk</groupId>
    <artifactId>ixortalk-mailing-service</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-mailing-service/
implementation 'com.ixortalk:ixortalk-mailing-service:2.0.0'
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-mailing-service/
implementation ("com.ixortalk:ixortalk-mailing-service:2.0.0")
'com.ixortalk:ixortalk-mailing-service:jar:2.0.0'
<dependency org="com.ixortalk" name="ixortalk-mailing-service" rev="2.0.0">
  <artifact name="ixortalk-mailing-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ixortalk', module='ixortalk-mailing-service', version='2.0.0')
)
libraryDependencies += "com.ixortalk" % "ixortalk-mailing-service" % "2.0.0"
[com.ixortalk/ixortalk-mailing-service "2.0.0"]

Dependencies

compile (15)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-data-rest jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-security jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-mail jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-thymeleaf jar 2.2.6.RELEASE
org.springframework.cloud : spring-cloud-config-client jar
org.springframework.cloud : spring-cloud-security jar
com.ixortalk : ixortalk-oauth2-spring-boot-starter jar 1.0.6
javax.inject : javax.inject jar 1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
com.ixortalk : ixortalk-util jar 1.0.2
io.micrometer : micrometer-registry-prometheus jar 1.3.2
com.google.guava : guava jar 23.0
org.springframework.security : spring-security-test jar

test (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.6.RELEASE
com.ixortalk : ixortalk-test jar 2.0.0
net.javacrumbs.json-unit : json-unit-fluent jar 1.18.0
org.springframework.restdocs : spring-restdocs-core jar 2.0.4.RELEASE
org.springframework.restdocs : spring-restdocs-restassured jar 2.0.4.RELEASE
org.assertj : assertj-core jar 3.11.1
org.mockito : mockito-core jar 2.8.9
com.icegreen : greenmail jar 1.5.6

Project Modules

There are no modules declared in this project.

IxorTalk Mailing Service

For general documentation about the IxorTalk platform: https://github.com/ixortalk/ixortalk-gateway

IxorTalk Mailing Service is the microservice responsible for sending e-mails. All other microservices that want to send e-mails can use this one, the mailing service is reponsible for SMTP configuration, templating, ...

Building

For building Maven, Java 1.8+ and Docker are required.

$ mvn clean install

To build without a Docker image being built:

$ mvn clean install -DskipDocker

Running

For easy bootstrapping an IxorTalk instance, see ixortalk-config-docker which contains a Docker compose configuration for the complete stack.

Contributing

Pull request are welcome.

License

The MIT License (MIT)

Copyright (c) 2016-present IxorTalk CVBA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
com.ixortalk

IxorTalk

Connected Experiences

Versions

Version
2.0.0
1.0.1
1.0.0