Need sugestions on how to implement/what to use/what or about what to read in order to know how, a mail server in Python, which would let me to generate temporary mailboxes.
Let’s say I have a domain test.com, I would like to be able to setup for example a mailbox temporary1@test.com, which would receive and store mails (even in txt files).
What do I need to be able to do that? (I’m interested in links or explanations rather than implementations)