https://github.com/spoje-net/realpad2mailkit
Synchronize Realpad Contacts into Mailkit
https://github.com/spoje-net/realpad2mailkit
Last synced: about 1 year ago
JSON representation
Synchronize Realpad Contacts into Mailkit
- Host: GitHub
- URL: https://github.com/spoje-net/realpad2mailkit
- Owner: Spoje-NET
- License: mit
- Created: 2023-10-17T22:05:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T15:10:08.000Z (over 1 year ago)
- Last Synced: 2024-11-18T16:51:41.292Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealPad to MailKit exporter

Obtain Email contacty from realpad by project/tags and import it into MailKit and send report in XLS format
## Configuration
You can configure this connector by configuration keys in system environment or .env file
- **REALPAD_USERNAME**
- **REALPAD_PASSWORD**
- **REALPAD_TAG** - only tag to export (do not use for full export)
- **REALPAD_PROJECT** - only project substring to export (do not use for full export)
- **MAILKIT_APPID** - grab on [integration](https://app.mailkit.eu/action,setting/section,6/action2,integration) page
- **MAILKIT_MD5** - grab on [integration](https://app.mailkit.eu/action,setting/section,6/action2,integration) page
- **MAILKIT_MAILINGLIST** - requied, must exists
MultiFlexi
----------
Realpad2Mailkit is ready for run as [MultiFlexi](https://multiflexi.eu) application.
See the full list of ready-to-run applications within the MultiFlexi platform on the [application list page](https://www.multiflexi.eu/apps.php).
[](https://www.multiflexi.eu/apps.php)
## Installation
```shell
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install realpad2mailkit
```