1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-16 02:47:11 +02:00

Move smtpd to server

This commit is contained in:
Ralph Slooten 2023-02-24 21:35:02 +13:00
parent cc121e4b27
commit 6efe99ffdf
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/axllent/mailpit/config"
"github.com/axllent/mailpit/server"
"github.com/axllent/mailpit/smtpd"
"github.com/axllent/mailpit/server/smtpd"
"github.com/axllent/mailpit/storage"
"github.com/axllent/mailpit/utils/logger"
"github.com/spf13/cobra"