{"id":26937112,"url":"https://github.com/avinash4231/emailsender-application-using-reactjs-and-springboot","last_synced_at":"2026-04-07T21:31:01.059Z","repository":{"id":240906122,"uuid":"803716494","full_name":"Avinash4231/EmailSender-Application-Using-ReactJS-and-SpringBoot","owner":"Avinash4231","description":"Developed a robust EmailSender application using ReactJS for the frontend and Spring Boot for the backend, enabling seamless email communications.","archived":false,"fork":false,"pushed_at":"2024-11-24T18:07:56.000Z","size":1034,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T14:35:37.932Z","etag":null,"topics":["advancedjava","axios","corejava","css","html","javascript","jms","maven","npm","reactjs","smtp","spring-boot"],"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/Avinash4231.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,"zenodo":null}},"created_at":"2024-05-21T08:54:35.000Z","updated_at":"2024-11-24T18:07:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"3900f2bc-39be-4165-9551-9620c56997cf","html_url":"https://github.com/Avinash4231/EmailSender-Application-Using-ReactJS-and-SpringBoot","commit_stats":null,"previous_names":["avinash4231/emailsender-application-using-reactjs-and-springboot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Avinash4231/EmailSender-Application-Using-ReactJS-and-SpringBoot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FEmailSender-Application-Using-ReactJS-and-SpringBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FEmailSender-Application-Using-ReactJS-and-SpringBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FEmailSender-Application-Using-ReactJS-and-SpringBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FEmailSender-Application-Using-ReactJS-and-SpringBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avinash4231","download_url":"https://codeload.github.com/Avinash4231/EmailSender-Application-Using-ReactJS-and-SpringBoot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FEmailSender-Application-Using-ReactJS-and-SpringBoot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["advancedjava","axios","corejava","css","html","javascript","jms","maven","npm","reactjs","smtp","spring-boot"],"created_at":"2025-04-02T13:14:22.376Z","updated_at":"2026-04-07T21:31:01.041Z","avatar_url":"https://github.com/Avinash4231.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EmailSender Application\n### Overview\nThe EmailSender Application is a web-based solution designed to facilitate the sending and tracking of emails. The application leverages ReactJS for the frontend, providing a modern, responsive user interface, and Spring Boot for the backend, ensuring robust and scalable server-side operations.\n\n### Demo\nhttps://github.com/Avinash4231/EmailSender-Application-Using-ReactJS-and-SpringBoot/assets/119235391/748e8072-d802-467c-8385-d3190646196b\n\n\n### Features\nEmail Composition: Compose and send emails with a user-friendly interface.\nEmail Tracking: Monitor the status of sent emails.\nResponsive Design: Accessible from both desktop and mobile devices.\n### Technologies Used\nFrontend: ReactJS, HTML, CSS, JavaScript\nBackend: Spring Boot, Java\nOther Tools: Maven, npm, Axios\n### Prerequisites\nNode.js\nJava 8 or higher\nMaven\n### Installation\nBackend (Spring Boot)\n\n##### Clone the repository:\n```\ngit clone https://github.com/Avinash4231/EmailSender-Application-Using-ReactJS-and-SpringBoot.git\ncd EmailSender-Application-Using-ReactJS-and-SpringBoot/EmailSenderApp\n```\n\n##### Configure the SMTP Configuration\n```\nspring.mail.host=smtp.your-email-provider.com\nspring.mail.port=587\nspring.mail.username=your-email@example.com\nspring.mail.password=your-email-password\nspring.mail.properties.mail.smtp.auth=true\nspring.mail.properties.mail.smtp.starttls.enable=true\nspring.mail.properties.mail.smtp.starttls.required=true:\n```\n\nUpdate application.properties with your SMTP Configuration details.\n\n##### Build and run the application:\n```\nmvn clean install\nmvn spring-boot:run\n```\n### Frontend (ReactJS)\n##### Clone the repository:\n```\ngit clone https://github.com/yourusername/EmailSender-Frontend.git\ncd EmailSender-Frontend\n```\n\n##### Install dependencies:\n```\nnpm install\n```\n\n##### Start the React application:\n```\nnpm run dev\n```\n### Usage\nAccess the application via your web browser at http://localhost:5173.\nRegister a new user or login with existing credentials.\nUse the interface to compose and send emails.\nTrack the status of your sent emails through the dashboard.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash4231%2Femailsender-application-using-reactjs-and-springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinash4231%2Femailsender-application-using-reactjs-and-springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash4231%2Femailsender-application-using-reactjs-and-springboot/lists"}