{"id":21653874,"url":"https://github.com/aadewunmi/java-email-system-web-app","last_synced_at":"2026-04-11T11:02:22.367Z","repository":{"id":109353465,"uuid":"586502857","full_name":"AAdewunmi/Java-Email-System-Web-App","owner":"AAdewunmi","description":"Java Email System Web Application Using JavaMail API","archived":false,"fork":false,"pushed_at":"2023-01-12T16:32:54.000Z","size":835,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T03:12:52.731Z","etag":null,"topics":["email-application","java-email-application","java11","javamail-api"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/AAdewunmi.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":"2023-01-08T11:34:09.000Z","updated_at":"2023-01-12T15:56:25.000Z","dependencies_parsed_at":"2023-03-30T21:44:12.076Z","dependency_job_id":null,"html_url":"https://github.com/AAdewunmi/Java-Email-System-Web-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AAdewunmi/Java-Email-System-Web-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FJava-Email-System-Web-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FJava-Email-System-Web-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FJava-Email-System-Web-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FJava-Email-System-Web-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AAdewunmi","download_url":"https://codeload.github.com/AAdewunmi/Java-Email-System-Web-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FJava-Email-System-Web-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: 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":["email-application","java-email-application","java11","javamail-api"],"created_at":"2024-11-25T08:21:19.782Z","updated_at":"2026-04-11T11:02:22.321Z","avatar_url":"https://github.com/AAdewunmi.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title:\n\nJava Email System Web Application\n\n\n## 1. Project Description:\n\nAn email system to send and receive mails using Java JSP / servlet technology and JavaMail API.\n\n\n## 2. Tech Stack:\n\n- HTML / CSS / Bootstrap / JS\n\n- Java 11\n\n- Jakarta EE\n\n- JSP / Servlet\n\n- GMail Account (SMTP)\n\n- Apache 10 Server\n\n- Maven\n\n\n## 3. Installation:\n\n\u003e I mistakenly created a web project instead of a maven web project, so this project will only \ndisplay the landing page if you clone and run. It will not send or receive emails.\nTo get email to work, create a maven web project, then add the files in the repo and \ndependencies to your project. Have fun. 😎\n\nGit repo:\n\n```\nhttps://github.com/AAdewunmi/Java-Email-System-Web-App.git\n```\n\n[Netbeans - How to convert java web application project to Maven project in Netbeans](https://www.youtube.com/watch?v=XaumVyY4vYM) \n\n\n\n## 4. Maven Dependencies:\n\n```\n\u003c!-- https://mvnrepository.com/artifact/javax.mail/mail --\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ejavax.mail\u003c/groupId\u003e\n    \u003cartifactId\u003email\u003c/artifactId\u003e\n    \u003cversion\u003e1.5.0-b01\u003c/version\u003e\n\u003c/dependency\u003e\n\n```\n\n```\n\u003c!-- https://mvnrepository.com/artifact/javax.ejb/ejb-api --\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ejavax.ejb\u003c/groupId\u003e\n    \u003cartifactId\u003eejb-api\u003c/artifactId\u003e\n    \u003cversion\u003e3.0-alpha-1\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n\n## 5. How To Use:\n\nAdd the following:\n\n```\nPath to password.txt file\nYour gmail address \n```\nto to EmailUtility.java and MailService.java\n\n\n## 6. Demo:\n\n![This is an image](web/screenshot.png)\n\n\n## 7. Contributing:\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n\n## 8. Adapted from: \n\nUDEMY: Java Development Mega Course: Build Projects Practically\n\n(Java Programming Course: Learn Development of JAVA Projects Using JSP, JDBC, Servlets, Swing, Spring Boot, Maven, Hibernate)\n\nProject Name: Project 41: Email System Web App\n\nCreated by: Engineering.Org.In\n\nLast updated: 09/2022\n\nURL: https://www.udemy.com/course/build-real-world-java-projects-using-spring-jsp-jdbc/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Fjava-email-system-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadewunmi%2Fjava-email-system-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Fjava-email-system-web-app/lists"}