It looks to me that whatever value I enter for LT_GET_API_KEY_LINK= it just gets appended to my base URL.
I’m trying to have a simple mailto: link as the value for LT_GET_API_KEY_LINK= but am struggling to get that working as something like
<a href="mailto:[email protected]?subject=Request for API key">Request API</a>
just gets stuck onto the base url resulting in
i,.e. https://translate.mydomain.tld/<a href="mailto:[email protected]?subject=Request for API key">Request API</a>