Use .yggmail TLD

This commit is contained in:
Neil Alexander
2021-07-08 21:58:55 +01:00
parent 48e2c96924
commit 8b21aa84f9
3 changed files with 8 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ func main() {
panic(err)
}
fmt.Printf("Created user %q\n", *createuser)
fmt.Printf("Email address will be %s@%s\n", *createuser, hex.EncodeToString(pk))
fmt.Printf("Email address will be %s@%s%s\n", *createuser, hex.EncodeToString(pk), smtpserver.TLD)
os.Exit(0)
}