An adaptor for legacy applications to work with email API vendors. Particularly useful in cases when SMTP ports are blocked on the server or network.
At the moment in works with Mailgun API and with limited features.
- Clone this repository to a location where you want to install the application
- Follow commands in
Makefileor just runmake installto create a virtual environment and install dependencies - Copy
smtp2api.exampleto/etc/init.d/smtp2apiwith this command:sudo cp smtp2api.example /etc/init.d/smtp2api - Update
/etc/init.d/smtp2apiwith your desirable configuration - Copy
config.ini.exampletoconfig.ini - Update
config.iniwith your vendor, domain/login and api key - Run service with
sudo service smtp2api startor run it from the directory withmake runfor debugging purpose
This project is in WIP status. Pull requests are welcome.