{"id":45816562,"url":"https://github.com/feather-framework/feather-mail-ses","last_synced_at":"2026-02-26T18:57:29.163Z","repository":{"id":208059284,"uuid":"720552268","full_name":"feather-framework/feather-mail-ses","owner":"feather-framework","description":"A mail driver for the Feather CMS mail service using AWS SES.","archived":false,"fork":false,"pushed_at":"2026-02-18T22:27:45.000Z","size":177,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-19T04:10:32.013Z","etag":null,"topics":["email","server-side-swift","ses","ses-client","swift","swift6"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feather-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-18T20:39:25.000Z","updated_at":"2026-02-18T22:05:31.000Z","dependencies_parsed_at":"2024-05-21T13:01:18.499Z","dependency_job_id":"6719e165-f739-4be1-bf43-0a327c898048","html_url":"https://github.com/feather-framework/feather-mail-ses","commit_stats":null,"previous_names":["feather-framework/feather-mail-driver-ses","feather-framework/feather-ses-mail","feather-framework/feather-mail-ses"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/feather-framework/feather-mail-ses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-mail-ses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-mail-ses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-mail-ses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-mail-ses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feather-framework","download_url":"https://codeload.github.com/feather-framework/feather-mail-ses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-mail-ses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","server-side-swift","ses","ses-client","swift","swift6"],"created_at":"2026-02-26T18:57:27.295Z","updated_at":"2026-02-26T18:57:29.157Z","avatar_url":"https://github.com/feather-framework.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feather Mail SES \n\nAmazon SES-backed mail client for Feather Mail.\n\n[\n    ![Release: 1.0.0-beta.3](https://img.shields.io/badge/Release-1.0.0--beta.3-F05138)\n](\n    https://github.com/feather-framework/feather-mail-ses/releases/tag/1.0.0-beta.3\n)\n\n## Features\n\n- SES v2 delivery via Soto\n- MIME message encoding using Feather Mail raw encoder\n- Validates mail before delivery\n- Supports text, HTML, and attachments\n\n## Requirements\n\n![Swift 6.1+](https://img.shields.io/badge/Swift-6%2E1%2B-F05138)\n![Platforms: Linux, macOS, iOS, tvOS, watchOS, visionOS](https://img.shields.io/badge/Platforms-Linux_%7C_macOS_%7C_iOS_%7C_tvOS_%7C_watchOS_%7C_visionOS-F05138)\n\n- Swift 6.1+\n- Platforms:\n  - Linux\n  - macOS 15+\n  - iOS 18+\n  - tvOS 18+\n  - watchOS 11+\n  - visionOS 2+\n\n## Installation\n\nUse Swift Package Manager; add the dependency to your `Package.swift` file:\n\n```swift\n.package(url: \"https://github.com/feather-framework/feather-mail-ses\", exact: \"1.0.0-beta.3\"),\n```\n\nThen add `FeatherMailSES` to your target dependencies:\n\n```swift\n.product(name: \"FeatherMailSES\", package: \"feather-mail-ses\"),\n```\n\n## Usage\n\n[\n    ![DocC API documentation](https://img.shields.io/badge/DocC-API_documentation-F05138)\n](\n    https://feather-framework.github.io/feather-mail-ses/\n)\n\nAPI documentation is available at the following link.\n\n\u003e [!WARNING]\n\u003e This repository is a work in progress, things can break until it reaches v1.0.0.\n\n## Related repositories\n\n- [Feather Mail](https://github.com/feather-framework/feather-mail)\n- [Feather Mail SMTP](https://github.com/feather-framework/feather-mail-smtp)\n- [Feather Mail Ephemeral](https://github.com/feather-framework/feather-mail-ephemeral)\n\n## Development\n\n- Build: `swift build`\n- Test:\n  - local: `make test`\n  - using Docker: `make docker-test`\n- Format: `make format`\n- Check: `make check`\n\n## Contributing\n\n[Pull requests](https://github.com/feather-framework/feather-mail-ses/pulls) are welcome. Please keep changes focused and include tests for new logic.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeather-framework%2Ffeather-mail-ses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeather-framework%2Ffeather-mail-ses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeather-framework%2Ffeather-mail-ses/lists"}