1
0
mirror of https://github.com/axllent/mailpit.git synced 2026-04-26 21:12:33 +02:00
Files
mailpit/sendmail/main.go
T
Ralph Slooten 7a9b11a9e5 First commit
2022-07-29 23:23:08 +12:00

8 lines
91 B
Go

package main
import "github.com/axllent/mailpit/sendmail/cmd"
func main() {
cmd.Run()
}