An open API service indexing awesome lists of open source software.

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

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: