Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Latest commit

 

History

History
74 lines (54 loc) · 3.43 KB

README.md

File metadata and controls

74 lines (54 loc) · 3.43 KB

Backbase Logo

This service is used by the Message Delivery capability, and provides integration to Amazon SES for sending emails.

Build Quality Gate Maintainability Rating Conventional Commits


Table of contents

About

The amazon-ses-connector adds support for sending emails using Amazon SES it is used within the Message Delivery capability. In the below diagram you can see how it fits into the Backbase architecture.

This connector was created using the following guide Build a custom channel. We use the communication-channel building block as a baseline and implement the connector to support the email channel specification.

Architecture

Usage

This service is deployed like any other Backbase capability/service and ships with a Docker image.

The following properties must be set as they have no default:

Property Description
spring.mail.username sender email username
spring.mail.password sender email password
spring.mail.host email server host
spring.mail.port email server port
spring.mail.properties.mail.transport.protocol protocol used
spring.mail.properties.mail.smtp.auth authorization type
spring.mail.properties.mail.smtp.starttls.enable encryption enabled
backbase.mail.from-address senders email address
backbase.mail.from-name senders name

Contributing

First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please adhere to this project's code of conduct. For detailed instructions on repo organization, linting, testing, and other steps see our contributing guidelines

Contributors

License

This project is licensed under the Backbase license.

See LICENSE.md for more information.