I am looking to have a integration where I could do address lookup’s from a database, preferably an actual SQL db. I know it has SQLite but needed other options.
Any suggestions?
I am looking to have a integration where I could do address lookup’s from a database, preferably an actual SQL db. I know it has SQLite but needed other options.
Any suggestions?
Not natively. We have an open enhancement ticket to support both PostgreSQL and MySQL but it is waiting for a sponsor.
It is possible to use MySQL but it requires separate custom code
If you are interested in sponsoring the work to make it native, let us know.
That or KumoMTA can call arbitrary HTTP APIs, so you could put your logic behind an API endpoint and call that from KumoMTA.
Yup, was debating that. This is just for a POC so will consider other options in the future. Thanks for replying!