https://github.com/aadewunmi/java-email-system-web-app
Java Email System Web Application Using JavaMail API
https://github.com/aadewunmi/java-email-system-web-app
email-application java-email-application java11 javamail-api
Last synced: 7 months ago
JSON representation
Java Email System Web Application Using JavaMail API
- Host: GitHub
- URL: https://github.com/aadewunmi/java-email-system-web-app
- Owner: AAdewunmi
- License: mit
- Created: 2023-01-08T11:34:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T16:32:54.000Z (over 2 years ago)
- Last Synced: 2025-01-25T06:11:35.876Z (8 months ago)
- Topics: email-application, java-email-application, java11, javamail-api
- Language: CSS
- Homepage:
- Size: 815 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Title:
Java Email System Web Application
## 1. Project Description:
An email system to send and receive mails using Java JSP / servlet technology and JavaMail API.
## 2. Tech Stack:
- HTML / CSS / Bootstrap / JS
- Java 11
- Jakarta EE
- JSP / Servlet
- GMail Account (SMTP)
- Apache 10 Server
- Maven
## 3. Installation:
> I mistakenly created a web project instead of a maven web project, so this project will only
display the landing page if you clone and run. It will not send or receive emails.
To get email to work, create a maven web project, then add the files in the repo and
dependencies to your project. Have fun. 😎Git repo:
```
https://github.com/AAdewunmi/Java-Email-System-Web-App.git
```[Netbeans - How to convert java web application project to Maven project in Netbeans](https://www.youtube.com/watch?v=XaumVyY4vYM)
## 4. Maven Dependencies:
```
javax.mail
1.5.0-b01```
```
javax.ejb
ejb-api
3.0-alpha-1
provided```
## 5. How To Use:
Add the following:
```
Path to password.txt file
Your gmail address
```
to to EmailUtility.java and MailService.java## 6. Demo:

## 7. Contributing:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## 8. Adapted from:
UDEMY: Java Development Mega Course: Build Projects Practically
(Java Programming Course: Learn Development of JAVA Projects Using JSP, JDBC, Servlets, Swing, Spring Boot, Maven, Hibernate)
Project Name: Project 41: Email System Web App
Created by: Engineering.Org.In
Last updated: 09/2022
URL: https://www.udemy.com/course/build-real-world-java-projects-using-spring-jsp-jdbc/