Updated README.md

This commit is contained in:
Winni Neessen 2022-03-14 11:01:10 +01:00
parent d2e5934113
commit bc5e6cfb95
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -64,7 +64,7 @@ func main() {
fmt.Printf("failed to set TO address: %s\n", err) fmt.Printf("failed to set TO address: %s\n", err)
os.Exit(1) os.Exit(1)
} }
m.CcIgnoreInvalid("cc@example.com") m.CcIgnoreInvalid("cc@example.com", "invalidaddress+example.com")
// Set a subject line // Set a subject line
m.Subject("This is a great email") m.Subject("This is a great email")