I have Emails feature, that sends emails via smtp....
# ktor
б
I have Emails feature, that sends emails via smtp. What is the right way to mock it for tests ? I thought I would create MockEmails feature and replace it with the same AttributeKey, but it is not allowed.