SES

main

Standalone Repository of AWS email Client from soto-project/soto
soto-archive/soto-ses

This repository is going to de deprecated. It will not receive any new updates when v5.0.0 of Soto is released. If you want to continue to receive updates it is recommended you move to using Soto.

Soto for SES

A Soto client for SES. This repository is only updated infrequently. If you want a more up to date version please checkout the equivalent module in Soto

Documentation

Visit the Soto documentation for instructions and browsing api references.

Installation

Package.swift

import PackageDescription

let package = Package(
    name: "MyAWSApp",
    dependencies: [
        .package(url: "https://github.com/soto-project/soto-ses.git", .upToNextMajor(from: "4.7.0"))
    ]
)

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

Last updated: Wed Jan 10 2024 06:33:49 GMT-1000 (Hawaii-Aleutian Standard Time)