A simple extension to convert Flarum plain text emails to html if there are any links and make the links clickable. For example, Hotmail does not automatically do it unlike GMail.
composer require glutio/email-links
Uses regex to find URL-looking strings replacing them with <a> tags. Wraps current mail.driver
and its transport to manipulate the message on send(). Code review welcome. Thank you.
Source
This helps with issue#426.