{"id":17005893,"url":"https://github.com/devatherock/email-sender","last_synced_at":"2025-10-30T03:31:00.953Z","repository":{"id":103620447,"uuid":"151116149","full_name":"devatherock/email-sender","owner":"devatherock","description":"REST API to send emails","archived":false,"fork":false,"pushed_at":"2024-04-22T13:01:37.000Z","size":344,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-22T13:44:01.289Z","etag":null,"topics":["email","email-sender","rest-api","smtp"],"latest_commit_sha":null,"homepage":"https://email-sender-44uh.onrender.com/swagger-ui.html","language":"Groovy","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/devatherock.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}},"created_at":"2018-10-01T15:59:24.000Z","updated_at":"2024-04-22T13:44:03.961Z","dependencies_parsed_at":"2023-12-13T03:53:12.189Z","dependency_job_id":"fc3bd5c8-6619-4d79-b119-6d9bc3a009a3","html_url":"https://github.com/devatherock/email-sender","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Femail-sender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Femail-sender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Femail-sender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Femail-sender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devatherock","download_url":"https://codeload.github.com/devatherock/email-sender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238927143,"owners_count":19553616,"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":["email","email-sender","rest-api","smtp"],"created_at":"2024-10-14T05:04:25.660Z","updated_at":"2025-10-30T03:31:00.436Z","avatar_url":"https://github.com/devatherock.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/devatherock/email-sender.svg?style=svg)](https://circleci.com/gh/devatherock/email-sender)\n[![Version](https://img.shields.io/docker/v/devatherock/email-sender?sort=date)](https://hub.docker.com/r/devatherock/email-sender/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/devatherock/email-sender.svg)](https://hub.docker.com/r/devatherock/email-sender/)\n[![Docker Image Size](https://img.shields.io/docker/image-size/devatherock/email-sender.svg?sort=date)](https://hub.docker.com/r/devatherock/email-sender/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n# email-sender\nREST API to send emails. Sends the email using the configured SMTP server or an embedded [aspirin](https://github.com/masukomi/aspirin) server\n\n## API Reference\nRefer the swagger [spec](https://email-sender-44uh.onrender.com/v3/api-docs) or the swagger \n[UI](https://email-sender-44uh.onrender.com/swagger-ui.html)\n\n### Sample YAML request payload\n```yaml\nto:\n - email: test.email@mailinator.com\nsubject: Test email\nhtml: |\n  \u003c!DOCTYPE html\u003e\n  \u003chtml\u003e\n    \u003cbody\u003e\n       \u003ch3\u003eHello, World!\u003c/h3\u003e\n    \u003c/body\u003e\n  \u003c/html\u003e\ntext: This is a test email\n```\n\n## Configurable properties\n\n| Name                                  |   Type       |   Default        |   Description                                                                     |\n|---------------------------------------|--------------|------------------|-----------------------------------------------------------------------------------|\n| emailsender.smtp.embedded             |   boolean    |   false          |   Indicates if an embedded SMTP server should be used. Turned off by default      |\n| emailsender.smtp.username             |   String     |   (None)         |   The SMTP username                                                               |\n| emailsender.smtp.password             |   String     |   (None)         |   The SMTP password                                                               |\n| emailsender.smtp.host                 |   String     |   (None)         |   The SMTP server name                                                            |\n| emailsender.smtp.port                 |   int        |   587            |   The SMTP port. Defaults to 587                                                  |\n| emailsender.smtp.from-address.name    |   String     |   (None)         |   The from name to use in outbound emails                                         |\n| emailsender.smtp.from-address.email   |   String     |   (None)         |   The from email address to use in outbound emails                                |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevatherock%2Femail-sender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevatherock%2Femail-sender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevatherock%2Femail-sender/lists"}