{"id":16549906,"url":"https://github.com/shaftoe/webmail","last_synced_at":"2025-07-14T05:35:13.557Z","repository":{"id":137705204,"uuid":"287886814","full_name":"shaftoe/webmail","owner":"shaftoe","description":"Personal Vue3-based web mail sender","archived":false,"fork":false,"pushed_at":"2021-06-23T06:32:39.000Z","size":519,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T15:28:55.600Z","etag":null,"topics":["jamstack","mail","serverless","tailwindcss","vue","vue3","webmail-client"],"latest_commit_sha":null,"homepage":"https://webmail.l3x.in/","language":"Vue","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/shaftoe.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}},"created_at":"2020-08-16T06:23:32.000Z","updated_at":"2021-07-14T17:19:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"32827d0c-3305-428a-93ab-b351c88e0fd0","html_url":"https://github.com/shaftoe/webmail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaftoe/webmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaftoe%2Fwebmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaftoe%2Fwebmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaftoe%2Fwebmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaftoe%2Fwebmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaftoe","download_url":"https://codeload.github.com/shaftoe/webmail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaftoe%2Fwebmail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265246013,"owners_count":23734109,"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":["jamstack","mail","serverless","tailwindcss","vue","vue3","webmail-client"],"created_at":"2024-10-11T19:32:05.732Z","updated_at":"2025-07-14T05:35:13.533Z","avatar_url":"https://github.com/shaftoe.png","language":"Vue","readme":"# webmail\n\nA simple Vue3-based web interface to send emails via AWS Lambda: \u003chttps://webmail.l3x.in/\u003e\n\n## Use dedicated IAM user's as log-in credentials\n\n![web page login screenshot](screenshot_1.png)\n\nBrowser will ask to save them.\n\nNOTE: associated IAM policy should allow only the specific Lambda function execution defined in [vue.config.js](vue.config.js), e.g.\n\n```json\n{\n    \"Sid\": \"LambdaInvoke\",\n    \"Effect\": \"Allow\",\n    \"Action\": [\n        \"lambda:InvokeFunction\"\n    ],\n    \"Resource\": \"\u003cARN of your function\u003e\"\n}\n```\n\nMore details at \u003chttps://docs.aws.amazon.com/lambda/latest/dg/access-control-identity-based.html\u003e\n\nIf you use AWS CDK you might want to simply add [something like this](https://github.com/shaftoe/api-l3x-in/commit/00ed010ea13f1f75ba4f4d91884d340e15071ae1) to your stack.\n\n## Send with customizable FROM address\n\nMail actually delivered by [MailJet](https://dev.mailjet.com/) (via [AWS Lambda proxy](https://github.com/shaftoe/api-l3x-in/blob/master/lib/stacks/notifications/lambda/send_to_mailjet.py))\n\n![web page send screenshot](screenshot_2.png)\n\n## Development\n\n```bash\nnpm install  # install dependencies\nmake server  # spin up a local Vue3 development server\nmake build   # create a build in `dist/`\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaftoe%2Fwebmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaftoe%2Fwebmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaftoe%2Fwebmail/lists"}