{"id":18482609,"url":"https://github.com/kdcio/aws-ses-email-relay","last_synced_at":"2026-04-18T19:31:45.344Z","repository":{"id":36989294,"uuid":"262712009","full_name":"kdcio/aws-ses-email-relay","owner":"kdcio","description":"Relay emails from AWS SES","archived":false,"fork":false,"pushed_at":"2026-01-26T10:50:03.000Z","size":754,"stargazers_count":0,"open_issues_count":47,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-27T00:36:44.383Z","etag":null,"topics":["aws","aws-ses","relay-emails","ses"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kdcio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-05-10T04:31:22.000Z","updated_at":"2021-05-13T09:53:12.000Z","dependencies_parsed_at":"2022-06-29T07:23:39.881Z","dependency_job_id":"26f58fca-d6e6-45a2-9305-3e41f7ed8a8f","html_url":"https://github.com/kdcio/aws-ses-email-relay","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kdcio/aws-ses-email-relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Faws-ses-email-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Faws-ses-email-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Faws-ses-email-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Faws-ses-email-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdcio","download_url":"https://codeload.github.com/kdcio/aws-ses-email-relay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Faws-ses-email-relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: 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","aws-ses","relay-emails","ses"],"created_at":"2024-11-06T12:29:19.899Z","updated_at":"2026-04-18T19:31:45.323Z","avatar_url":"https://github.com/kdcio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS SES Email Relay\n\nReceive email from AWS SES then relay it to your desired destination.\n\n**WARNING: Currently this does not work with attachments.**\n\n## Install\n\n```bash\ngit clone https://github.com/kdcio/aws-ses-email-relay.git\ncd aws-ses-email-relay\nnpm i\nnpm i serverless -g\n```\n\n## USAGE\n\n### Create config file\n\nCreate a `config.{name}.yml` in the project root. Replace `{name}` with your deployment name. eg. `prod`\n\nconfig.prod.yml:\n\n```yml\nREGION: us-east-1\nPROFILE: my-aws-profile\nDESTINATION:\n  \"my.yahoo@receiving-email.com\": my.admin@yahoo.com\n  \"my.gmail@receiving-email.com\": my.admin@gmail.com\n  \"default\":\n    - my.admin@gmail.com\n    - my.admin@yahoo.com\nFROM: my@receiving-email.com\n```\n\n`DESTINATION` is a mapping of recepient email to destination email. The destination email can be an array. `default` is a catch all destination.\n\n`FROM` should be a fallback email address capable of sending emails via your AWS account.\n\n### Deploy to AWS\n\nBased on config above:\n\n```bash\nnpm run deploy prod\n```\n\n### Set SES Rule Sets\n\nNavigate to your SES Rule Sets in AWS Console. In you rule, select SNS. Then SNS topic as aws-ses-email-relay-prod. Hit `Save Rule` and you should ready to go.\n\n## Uninstall\n\n```bash\nnpm run remove prod\ncd ..\nrm -fR aws-ses-email-relay\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcio%2Faws-ses-email-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdcio%2Faws-ses-email-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcio%2Faws-ses-email-relay/lists"}