{"id":19360682,"url":"https://github.com/krishanmihiranga/simple-mail-sender","last_synced_at":"2026-05-08T02:06:00.033Z","repository":{"id":212967495,"uuid":"732719945","full_name":"KrishanMihiranga/simple-mail-sender","owner":"KrishanMihiranga","description":"Simple-Mail-Sender with SpringBoot","archived":false,"fork":false,"pushed_at":"2023-12-17T16:28:41.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T19:22:40.424Z","etag":null,"topics":["brevo","brevo-api","css","html","json","smtp","springboot"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/KrishanMihiranga.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}},"created_at":"2023-12-17T16:06:06.000Z","updated_at":"2024-01-04T20:04:26.000Z","dependencies_parsed_at":"2023-12-17T17:36:49.757Z","dependency_job_id":"d7e808da-dbfe-4680-9439-1c8fd868f622","html_url":"https://github.com/KrishanMihiranga/simple-mail-sender","commit_stats":null,"previous_names":["krishanmihiranga/simple-mail-sender"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishanMihiranga%2Fsimple-mail-sender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishanMihiranga%2Fsimple-mail-sender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishanMihiranga%2Fsimple-mail-sender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishanMihiranga%2Fsimple-mail-sender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishanMihiranga","download_url":"https://codeload.github.com/KrishanMihiranga/simple-mail-sender/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240475226,"owners_count":19807292,"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":["brevo","brevo-api","css","html","json","smtp","springboot"],"created_at":"2024-11-10T07:19:01.961Z","updated_at":"2026-05-08T02:05:59.976Z","avatar_url":"https://github.com/KrishanMihiranga.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Mail Sender using Spring Boot\n\nThis Spring Boot application allows you to send emails via SMTP, integrating with the Brevo service for seamless email delivery.\n\n## Getting Started\n\nFollow these steps to set up and use the Simple Mail Sender:\n\n### Prerequisites\n\nMake sure you have the following installed on your system:\n\n- Java\n\n### Setting up Brevo\n\n1. Create an account on [Brevo](https://app.brevo.com/).\n2. Log in and navigate to the Free Plan section to obtain your SMTP server details.\n\n### Configuring Application\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/KrishanMihiranga/simple-mail-sender.git\n    ```\n\n2. Open the `application.properties` file in the `src/main/resources` directory.\n\n3. Fill in the SMTP and API details obtained from Brevo:\n\n    ```properties\n    # application.properties\n\n    # SMTP Configuration\n    spring.mail.host=your-smtp-host\n    spring.mail.port=your-smtp-port\n    spring.mail.username=your-smtp-username\n    spring.mail.password=your-smtp-password\n\n    ```\n\n   Replace `your-smtp-host`, `your-smtp-port`, `your-smtp-username` and `your-smtp-password` with your Brevo SMTP and API details.\n\n## Usage\n\n1. Run the backend:\n\n    ```bash\n    mvn spring-boot:run\n    ```\n\n2. Run the frontend.\n\nNow you can use the application to send emails via SMTP using the configured Brevo service.\n\n\n\n![Capture](https://github.com/KrishanMihiranga/simple-mail-sender/assets/119467538/97711152-634e-4c07-b7ac-0ac384b7988e)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishanmihiranga%2Fsimple-mail-sender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishanmihiranga%2Fsimple-mail-sender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishanmihiranga%2Fsimple-mail-sender/lists"}