Mailbox Address Replacement #2346
ken-matsui
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This feature is similar to Reverse Alias Replacement but for mailbox addresses (and authorized addresses).
For example, let's say you have
[email protected]
as your primary email and[email protected]
as an alias to your mailbox at[email protected]
. When you send a new email to a reverse alias like[email protected]
, you use[email protected]
or another registered authorized address for the mailbox.The first email you send works as expected. However, when you want to follow up on that email, you could get this line:
If you reply to that thread without realizing it, your original email address (
[email protected]
) might get exposed.Just like Reverse Alias Replacement, could we replace mailbox addresses and authorized addresses with the corresponding SimpleLogin alias to prevent this?
Beta Was this translation helpful? Give feedback.
All reactions