https://github.com/ballerina-platform/module-ballerinax-aws.ses
The Ballerina connector to perform operations on Amazon Simple Email Service(Amazon SES).
https://github.com/ballerina-platform/module-ballerinax-aws.ses
amazon-ses aws ballerina
Last synced: about 1 month ago
JSON representation
The Ballerina connector to perform operations on Amazon Simple Email Service(Amazon SES).
- Host: GitHub
- URL: https://github.com/ballerina-platform/module-ballerinax-aws.ses
- Owner: ballerina-platform
- License: apache-2.0
- Created: 2020-05-18T09:55:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T07:58:02.000Z (about 1 year ago)
- Last Synced: 2025-08-21T10:35:22.437Z (about 2 months ago)
- Topics: amazon-ses, aws, ballerina
- Language: Ballerina
- Size: 183 KB
- Stars: 106
- Watchers: 72
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ballerina Amazon SES Connector
[](https://github.com/ballerina-platform/module-ballerinax-aws.ses/actions?query=workflow%3ACI)
[](https://codecov.io/gh/ballerina-platform/module-ballerinax-aws.ses)
[](https://github.com/ballerina-platform/module-ballerinax-aws.ses./commits/master)
[](https://github.com/ballerina-platform/module-ballerinax-aws.ses/actions/workflows/build-with-bal-test-native.yml)
[](https://opensource.org/licenses/Apache-2.0)[Amazon Simple Email Service (Amazon SES)](https://aws.amazon.com/ses/) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application. You can configure Amazon SES quickly to support several email use cases, including transactional, marketing, or mass email communications. Amazon SES's flexible IP deployment and email authentication options help drive higher deliverability and protect sender reputation, while sending analytics measure the impact of each email. With Amazon SES, you can send email securely, globally, and at scale.
The connector provides the capability to programatically handle AWS SES related operations.
For more information, go to the module(s).
- [aws.ses](ses/Module.md)## Building from the source
### Setting up the prerequisites
1. Download and install Java SE Development Kit (JDK) version 11. You can install either [OpenJDK](https://adoptopenjdk.net/) or [Oracle JDK](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html).
> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
2. Download and install [Ballerina Swan Lake](https://ballerina.io/)### Building the source
Execute the commands below to build from the source:
* To build the package:
```
bal build ./ballerina
```
* To run tests after build:
```
bal test ./ballerina
```
## Contributing to Ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, see [contribution guidelines](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md).
## Code of conduct
All contributors are encouraged to read the [Ballerina Code of Conduct](https://ballerina.io/code-of-conduct).
## Useful links
* Discuss code changes of the Ballerina project via [ballerina-dev@googlegroups.com](mailto:ballerina-dev@googlegroups.com).
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.