{"id":22189112,"url":"https://github.com/andikscript/springsendemail","last_synced_at":"2025-03-24T20:19:19.663Z","repository":{"id":274891964,"uuid":"522395289","full_name":"andikscript/SpringSendEmail","owner":"andikscript","description":"Simple send emails (gmail) via SMTP using the JavaMail Library on Spring Boot and use Rqueue with Redis for fast response when user request","archived":false,"fork":false,"pushed_at":"2022-08-23T09:36:32.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T00:41:20.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andikscript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-08-08T03:43:36.000Z","updated_at":"2023-08-23T02:43:29.000Z","dependencies_parsed_at":"2025-01-30T00:41:27.184Z","dependency_job_id":"a535dc02-52ca-4688-aa74-cd9269f19a44","html_url":"https://github.com/andikscript/SpringSendEmail","commit_stats":null,"previous_names":["andikscript/springsendemail"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andikscript%2FSpringSendEmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andikscript%2FSpringSendEmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andikscript%2FSpringSendEmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andikscript%2FSpringSendEmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andikscript","download_url":"https://codeload.github.com/andikscript/SpringSendEmail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245343981,"owners_count":20599867,"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-02T11:16:06.742Z","updated_at":"2025-03-24T20:19:19.641Z","avatar_url":"https://github.com/andikscript.png","language":"Java","readme":"# Spring Send Email\nSimple send emails (gmail) via SMTP using the JavaMail Library on Spring Boot and use Rqueue with Redis for fast response when user request\n\n## How to use\n### Setting username \n- spring.mail.username=... -\u003e on src/main/resources/application.properties with username gmail\n### Setting password \n- spring.mail.password=... -\u003e on src/main/resources/application.properties with password generate gmail and need 2-step verification to be enabled for your account\n```\nLogin to Gmail \n    -\u003e Manage your Google Account \n        -\u003e Security \n            -\u003e App Passwords \n                -\u003e Provide your login password \n                    -\u003e Select app with a custom name \n                        -\u003e Click on Generate\n```\n\n## API\nMethods | Url | Action |\n--- | --- | --- |\n| POST | /api/email/sendMail | send email without attachment |\n| POST | /api/email/sendMailAttach | send email with attachment |\n\n## Format JSON Send\n\n### Without Attachment\n```\n{\n    \"received\": [\n        \"nameemail@gmail.com\"\n    ],\n    \"subject\": \"subject\",\n    \"message\": \"message\"\n}\n```\n\n### With Attachment\n```\n{\n    \"received\": [\n        \"nameemail1@gmail.com\",\n        \"nameemail2@gmail.com\"\n    ],\n    \"subject\": \"subject\",\n    \"message\": \"message\"\n    \"attachment\": \"path location file\"\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandikscript%2Fspringsendemail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandikscript%2Fspringsendemail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandikscript%2Fspringsendemail/lists"}