Desktop application Tool. Allow you to send a beautiful html template to multiple email recipients with one click!
- Easy to use
- Send HTML template with images
- Send Email to multiple receivers
- Can Inject the name of receiver in template using this tag: <name>
- Parse JSON data (email + name of each recipient)
- Support Markdown syntax (We convert Markdown to HTML template)
Please ⭐ this repo and share it with others
Main App |
---|
Sending Status |
Template (result) |
- Java version 8 (JDK 8)
- Maven
- Internet connection
- Sender Email must be Gmail
- Allowing less secure apps to access your account (Learn more)
- JFoenix (Material design)
- FlexMark (Markdown Parser)
- Gson (JSON parser)
- Java Mail
- JavaFX
-
Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/HouariZegai/FXMailer.git
-
Import it in Intellij IDEA or any other Java IDE and let Maven download the libraries used for you.
-
Run the application :D
[
{
"name": "Houari Zegai",
"email": "[email protected]"
},
{
"name": "Mohamed Ali",
"email": "[email protected]"
}
]
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.