What I'd love to do now, is to be able to provide a new email each time I use a new service(so generated on the fly), like myname.newservice@mydomain.net, in order to identify which service is betraying me, and to easily retrieve these mails in a single mailbox, ideally without configuring a new one each time.
Is this possible today?
I have heard some people say this attracts a lot of spam since you'll receive emails from any and all usernames@example.com. You'll probably need to create custom email filters and whitelist emails that you want to receive and trash the rest.
[1] https://protonmail.com/support/knowledge-base/catch-all/
FastMail webmail also supports sending and replying from that address (or any other on your domain) without explicitly configuring the address.
The problem of the catch all address has already been discussed.
What I want to see is a crypto hash of the domain (with a salt) and use a part of that as the e-mail address. And I want to automate the creation AMD use of that address in my MUA. So, when I respond to one of those messages, the MUA makes sure to use the right hash-based address as the sender.
They have an API, you could also automate this, I intend to create a script to create the alias but just have never gotten around to it.