1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-14 02:33:13 +02:00
mailpit/sendmail/main.go

8 lines
91 B
Go
Raw Permalink Normal View History

2022-07-29 13:23:08 +02:00
package main
import "github.com/axllent/mailpit/sendmail/cmd"
func main() {
cmd.Run()
}