{"id":22874420,"url":"https://github.com/thesurlydev/aws-ses-classic-howto","last_synced_at":"2026-01-07T23:48:09.934Z","repository":{"id":105883455,"uuid":"422617334","full_name":"thesurlydev/aws-ses-classic-howto","owner":"thesurlydev","description":"How to send emails from the command line using AWS SES (Classic)","archived":false,"fork":false,"pushed_at":"2021-10-29T15:21:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T18:52:28.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thesurlydev.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}},"created_at":"2021-10-29T15:02:55.000Z","updated_at":"2021-10-29T15:22:33.000Z","dependencies_parsed_at":"2023-12-06T17:29:09.630Z","dependency_job_id":"75024fd8-3960-42be-ac80-3cce6afedcfb","html_url":"https://github.com/thesurlydev/aws-ses-classic-howto","commit_stats":null,"previous_names":["thesurlydev/aws-ses-classic-howto"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Faws-ses-classic-howto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Faws-ses-classic-howto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Faws-ses-classic-howto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Faws-ses-classic-howto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesurlydev","download_url":"https://codeload.github.com/thesurlydev/aws-ses-classic-howto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246472582,"owners_count":20783225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-13T14:36:07.191Z","updated_at":"2026-01-07T23:48:09.907Z","avatar_url":"https://github.com/thesurlydev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to Send Email Messages from the Command Line Using AWS SES (Classic)\n\nThe following outlines how to send email messages from the command line using [AWS SES](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ses/index.html) and the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).\n\n## Using shorthand\n\n```\naws ses send-email \\\n  --from \"test@digitalsanctum.com\" \\\n  --destination \"ToAddresses=shane@digitalsanctum.com\" \\\n  --message \"Subject={Data=test1,Charset=utf8},Body={Text={Data=testing123,Charset=utf8},Html={Data=,Charset=utf8}}\"\n```  \n\n## Using local files\n\n```\naws ses send-email \\\n--from test@digitalsanctum.com \\\n--destination file://destination.json \\\n--message file://message.json\n```\n\nwhere `destination.json` is something like:\n\n```\n{\n    \"ToAddresses\":[\"shane@digitalsanctum.com\"]\n}\n```\n\nand `message.json` is something like:\n\n```\n{\n    \"Subject\": {\n        \"Data\": \"test1\",\n        \"Charset\": \"utf-8\"\n    },\n    \"Body\": {\n        \"Text\": {\n            \"Data\": \"testing123\",\n            \"Charset\": \"utf-8\"\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesurlydev%2Faws-ses-classic-howto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesurlydev%2Faws-ses-classic-howto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesurlydev%2Faws-ses-classic-howto/lists"}