Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idelstak/autoresponder
JavaMail-based autoresponder app with JavaFX UI
https://github.com/idelstak/autoresponder
Last synced: about 1 month ago
JSON representation
JavaMail-based autoresponder app with JavaFX UI
- Host: GitHub
- URL: https://github.com/idelstak/autoresponder
- Owner: IdelsTak
- Created: 2023-08-11T13:55:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-11T14:06:26.000Z (over 1 year ago)
- Last Synced: 2023-08-11T20:32:49.226Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AutoResponder
Utilizes the Jakarta Mail API and JavaFX to provide an automated email response solution.
The app connects to an email account, monitors incoming messages, and sends predefined auto-reply messages
## Features
- Auto-reply to incoming emails with custom messages.
- User-friendly JavaFX interface.
- Supports SSL/TLS for secure communication.##### App view
![](main-view-screenshot.png)
##### Settings view
![](settings-view-screenshot.png)
## Getting Started
1. Clone this repository.
2. Open the project in your favorite Java IDE.
3. Configure your email account settings in the code.
4. Build and run the application.## Usage
1. Launch the app.
2. Enter your email credentials to connect to your email account.
3. Configure auto-reply settings, including message and filters.
4. Start the autoresponder to begin automatic responses.
5. Stop the autoresponder at any time.## Dependencies
- Jakarta Mail API: [Jakarta Mail Spec](https://jakarta.ee/specifications/mail/2.0/jakarta-mail-spec-2.0.html)
- JavaFX: [OpenJFX](https://openjfx.io/)