{"id":23401574,"url":"https://github.com/veeso-dev/sesamo","last_synced_at":"2026-01-26T02:32:15.027Z","repository":{"id":197188219,"uuid":"697847503","full_name":"veeso-dev/sesamo","owner":"veeso-dev","description":"Web service to send email with Amazon SES","archived":false,"fork":false,"pushed_at":"2024-08-16T09:44:55.000Z","size":94,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T20:40:32.938Z","etag":null,"topics":["aws-ses","aws-ses-mailer","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"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/veeso-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-09-28T15:39:54.000Z","updated_at":"2024-08-16T09:44:48.000Z","dependencies_parsed_at":"2024-08-16T10:50:32.737Z","dependency_job_id":null,"html_url":"https://github.com/veeso-dev/sesamo","commit_stats":null,"previous_names":["veeso-dev/sesamo"],"tags_count":2,"template":false,"template_full_name":"veeso-dev/rust-template","purl":"pkg:github/veeso-dev/sesamo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Fsesamo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Fsesamo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Fsesamo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Fsesamo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veeso-dev","download_url":"https://codeload.github.com/veeso-dev/sesamo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Fsesamo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["aws-ses","aws-ses-mailer","rust-lang"],"created_at":"2024-12-22T11:17:00.790Z","updated_at":"2026-01-26T02:32:15.005Z","avatar_url":"https://github.com/veeso-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sesamo\n\n\u003cp align=\"center\"\u003eDeveloped by \u003ca href=\"https://veeso.dev/\" target=\"_blank\"\u003e@veeso\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eCurrent version: 0.2.1 (16/08/2024)\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/license/mit/\"\n    \u003e\u003cimg\n      src=\"https://img.shields.io/badge/License-MIT-teal.svg\"\n      alt=\"License-MIT\"\n  /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/veeso-dev/sesamo/stargazers\"\n    \u003e\u003cimg\n      src=\"https://img.shields.io/github/stars/veeso-dev/sesamo.svg?style=badge\"\n      alt=\"Repo stars\"\n  /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/veeso-dev/sesamo/actions\"\n    \u003e\u003cimg\n      src=\"https://github.com/veeso-dev/sesamo/workflows/build-test/badge.svg\"\n      alt=\"Linux CI\"\n  /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n- [sesamo](#sesamo)\n  - [About sesamo](#about-sesamo)\n  - [Get started](#get-started)\n    - [Setup env](#setup-env)\n    - [Setup AWS credentials](#setup-aws-credentials)\n    - [Run with Cargo make](#run-with-cargo-make)\n  - [sesamo API](#sesamo-api)\n    - [Check](#check)\n    - [Send](#send)\n  - [Changelog](#changelog)\n  - [License](#license)\n\n---\n\n## About sesamo\n\nsesamo is a Rust web service which exposes an endpoint to send custom email to custom recipients.\n\n---\n\n## Get started\n\n### Setup env\n\n```sh\ncp .env.test .env\nvim .env\n```\n\n```env\nEMAIL_SENDER=EMAIL_ADDRESS_CONFIGURED_TO_AWS_SES\nLISTEN_URL=127.0.0.1:3001\nPIDFILE=/var/run/sesamo.pid\n```\n\n### Setup AWS credentials\n\nAWS credentials must be configured with aws-cli with `aws configure`.\nCredentials are then automatically loaded from defined profile\n\n### Run with Cargo make\n\n```sh\ncargo make -p production run\n```\n\n## sesamo API\n\n### Check\n\nCheck web service status:\n\n```txt\nGET /check\n```\n\nResponse: Empty (200)\n\n### Send\n\nSend email to recipients with provided subject and body.\n\nThe body must be a BASE64 encoded HTML.\n\n```txt\nPOST /send\n```\n\nBody:\n\n```json\n{\n  \"recipients\": [\"test@test.com\", \"foo@bar.com\"],\n  \"subject\": \"email subject\",\n  \"body\": \"BODY BASE64 ENCODED\"\n}\n```\n\nResponse: Empty (200)\n\n---\n\n## Changelog\n\nView sesamo's changelog [HERE](CHANGELOG.md)\n\n---\n\n## License\n\nsesamo is licensed under the MIT license.\n\nYou can read the entire license [HERE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveeso-dev%2Fsesamo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveeso-dev%2Fsesamo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveeso-dev%2Fsesamo/lists"}