Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/houarizegai/mailssender
Desktop App that allow you to send HTML emails to multiple receivers
https://github.com/houarizegai/mailssender
java javafx javamail sendmail sendmail-smtp
Last synced: 10 days ago
JSON representation
Desktop App that allow you to send HTML emails to multiple receivers
- Host: GitHub
- URL: https://github.com/houarizegai/mailssender
- Owner: HouariZegai
- License: apache-2.0
- Created: 2019-03-09T18:13:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T16:34:07.000Z (about 5 years ago)
- Last Synced: 2023-10-20T20:14:58.767Z (about 1 year ago)
- Topics: java, javafx, javamail, sendmail, sendmail-smtp
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mails Sender :email:
Desktop App that allow you to send HTML template emails to multiple receivers
### Why this project?
I had a trouble sending emails because i didn't found tool that allows me to send an email with specific HTML Template to multiple emails with a single click!### Features
* Very easy to use.
* Send email to multiple receiver.
* Support HTML tags in email content.
* Load emails file (filter & extract emails include it in file).### Screenshots
| Send Mails (Main App) |
|:--------------:|
| ![screenshot](screenshots/mails_sender.png) |### Requirements
* Java 8
* Maven### Used Technologies
* JavaFX### Used Libraries
* Java Mail
* JFoenix
* FontAwesomeFX