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
Trainax
started this conversation in
Feature Requests
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. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.comfrom my aliasfriends@alias.mydomain.com. To do this I need to:Contactsbutton of the alias I want to write an email frombob_at_example_com_somethingRandom@simplelogin.coformat)What I propose is to link a single
somethingRandomstring 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.comthe random string isaaabbb.alice@example.comall I would need to do is to write an email toalice_at_example_com_aaabbb@simplelogin.cowithout the need to manually create a reverse alias in the dashboard, because theaaabbbstring 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.comall I would need to do is to write an email tojack_at_example_com_aaabbb@simplelogin.cofrom 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!
All reactions