-
-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
thank you for your great work.
I currently use Mailpit for testing my app (mail delivery, verification mails, and so on) and I've noticed something. If you use http or https links in the mail, it works fine. If you use deeplinks (to directly open routes in app) it makes the link unclickable:
For example this link:
myapp://verify?token=ZWVkNjc3MmExNTM5NmQyOTkyMTFF39jYWRlZmE3MDQzOTM4MGMwYWFhNTk5YWNjNGQ1MWIyYzNlN2NlNzJjMTFmMDdiNzZmZDdhZjU2YzQ2OGY3Yjk0NThlNmU0ZTdjNzhh&tenantId=public
Checking the HTML of the mail, I've recognized that the HREF of the link gets removed.
I've already tried setting
MP_ALLOW_UNTRUSTED_TLS: true
but that didn't help.
Any ideas?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request