https://github.com/leanh153/gui_java_sending_email
Sending email app
https://github.com/leanh153/gui_java_sending_email
java java-web-app model-view-controller pop sendmail
Last synced: about 1 year ago
JSON representation
Sending email app
- Host: GitHub
- URL: https://github.com/leanh153/gui_java_sending_email
- Owner: leanh153
- Created: 2019-12-27T01:00:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T01:24:19.000Z (about 6 years ago)
- Last Synced: 2025-01-10T21:32:51.388Z (about 1 year ago)
- Topics: java, java-web-app, model-view-controller, pop, sendmail
- Language: Java
- Size: 602 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI Java Sending Email
## Table of contents
- [Pre-Requisites](#Pre-Requisites)
- [How to run](#How-to-run)
- [Demo](#Demo)
- [What's included](#whats-included)
- [Creators](#creators)
## Pre-Requisites
- [Install JDK](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- [Netbeans if needed](https://netbeans.org/downloads/8.2/)
## How to run
- Following README.txt file in the project "dist" folder.
## Demo
- [Video](https://www.youtube.com/embed/nI4jp0L8SBA)
## What's included
```text
GUI_Java_Sending_Email
├── build.xml
├── dist
│ ├── GUI_Java_Sending_Email.jar
│ ├── lib
│ │ ├── activation.jar
│ │ ├── dsn.jar
│ │ ├── gimap.jar
│ │ ├── imap.jar
│ │ ├── mailapi.jar
│ │ ├── pop3.jar
│ │ └── smtp.jar
│ └── README.TXT
├── lib
│ ├── activation.jar
│ ├── dsn.jar
│ ├── gimap.jar
│ ├── imap.jar
│ ├── mailapi.jar
│ ├── nblibraries.properties
│ ├── pop3.jar
│ └── smtp.jar
├── manifest.mf
├── nbproject
│ ├── build-impl.xml
│ ├── genfiles.properties
│ ├── private
│ │ ├── config.properties
│ │ ├── private.properties
│ │ └── private.xml
│ ├── project.properties
│ └── project.xml
├── README.md
└── src
└── com
├── business
│ └── MyMail.java
├── entity
│ ├── MailMessage.java
│ └── SMTPServer.java
└── ui
├── Main.java
└── MyEmail.java
10 directories, 32 files
```
## Creators
-
- Make friend [**FACEBOOK**](https://WWW.facebook.com/leanh153)
- My [LinkIn](https://www.linkedin.com/in/lênanh)
Enjoy :metal: