Implement a way to send from an alias / automatically create a reverse alias by following a pattern without the need to manually create a reverse alias using the dashboard #1770
Replies: 1 comment 4 replies
-
This could potentially be implemented with the VERP technique similarly to what is described in that blog article which can enable one to send an email even before creating an alias contact if the right You want to send an email to
If the feature is implemented, one would rather use that one single step approach to create the alias and reverse alias on the fly instead of having to use the SL dashboard. This issue, I believe, has also been reported here. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone. When initiating a new conversation from an alias it is necessary to manually create a reverse alias for every contact we want to write an email to.
Let's say I want to write an email to
bob@example.com
from my aliasfriends@alias.mydomain.com
. To do this I need to:Contacts
button of the alias I want to write an email frombob_at_example_com_somethingRandom@simplelogin.co
format)What I propose is to link a single
somethingRandom
string to each alias so that to write a new email what I would need to do is to simply follow the pattern to create a reverse alias directly from my email client.Let me make an example: let's say that for my alias
friends@alias.mydomain.com
the random string isaaabbb
.alice@example.com
all I would need to do is to write an email toalice_at_example_com_aaabbb@simplelogin.co
without the need to manually create a reverse alias in the dashboard, because theaaabbb
string is uniquely tied to my alias and every email following the correct pattern which is sent from an authorized mailbox to that reverse alias would automatically add that reverse alias in the contacts list and deliver the emailjack@example.com
all I would need to do is to write an email tojack_at_example_com_aaabbb@simplelogin.co
from an authorized mailboxThis feature would of course be optional so that if someone wants to have a random string for each contact in each alias it would remain possibile.
Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions