mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 16:02:31 -07:00
This will enable development teams to test emails from a system like mailcatcher while also having the email delivered to the indented mailbox.
13 lines
312 B
Modula-2
13 lines
312 B
Modula-2
module github.com/decke/smtprelay
|
|
|
|
require (
|
|
github.com/chrj/smtpd v0.3.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
)
|
|
|
|
go 1.13
|