forwardemail/forwardemail.net

Webhook with username is always invalid in TXT record

Closed this issue · 0 comments

Using the example from the FAQs forward-email=alias:https://requestbin.com/r/en8pfhdgcculn the below line of code will find the username as alias:https and the target as //requestbin.com/r/en8pfhdgcculn which is invalid.

: element.lastIndexOf(':'); // Last index because of regex usage

Using a regex username or a global rule works fine.