You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my own e-mail domain (say @surname.org) and have configured the catch all feature. My standard address is [email protected]. So if some one sends a mail to [email protected] it is delivered in my thunderbird inbox, also are mails to [email protected] delivered to my inbox.
Without your add-on, a reply to a mail in my inbox which is addressed to [email protected] is send from the address [email protected]. Installing your add-on does not change this behavior.
I installed the add-on because I would like to see [email protected] in stead of [email protected] as sender in the above example.
Kind regards Jan Arnoud ten Cate
The text was updated successfully, but these errors were encountered:
To be able to use a . in addition to - and + sign before the @ you can change the line 44 in background.js to the following: const subaddressRegex = new RegExp(identityMailUser + "[\-+\.].+@" + identityMailDomain, "i");
I have my own e-mail domain (say @surname.org) and have configured the catch all feature. My standard address is [email protected]. So if some one sends a mail to [email protected] it is delivered in my thunderbird inbox, also are mails to [email protected] delivered to my inbox.
Without your add-on, a reply to a mail in my inbox which is addressed to [email protected] is send from the address [email protected]. Installing your add-on does not change this behavior.
I installed the add-on because I would like to see [email protected] in stead of [email protected] as sender in the above example.
Kind regards Jan Arnoud ten Cate
The text was updated successfully, but these errors were encountered: