Hi @thedoctorcoernel it seems to work on latest version of plugin. Can you let me know which version of plugin you are using and HTML text you have added on settings for footer. Thanks.
text with Umlaut ö<br>
text<br>
more text<br>
<hr>
<a href="www.someurl/withslash">www.someurl/withslash</a><br>
<a href="www.some_other_url/withslash">www.some_other_url/withslash</a>
I was able to solve the problem by looking at the sourcecode of the incoming email and comparing working and not working links:
At least in Thunderbird but maybe also some other offline and online emailreaders Links without http(s):// will be highlighted as links (blue and underline) however will not be proper links – they won’t open a site when clicking on it.
So the links MUST contain http(s):// and not only www!
Clearly not your plugin’s fault but you could improve it by forcing the user to begin links with http:// or https://