We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e5934 commit bc5e6cfCopy full SHA for bc5e6cf
README.md
@@ -64,7 +64,7 @@ func main() {
64
fmt.Printf("failed to set TO address: %s\n", err)
65
os.Exit(1)
66
}
67
- m.CcIgnoreInvalid("cc@example.com")
+ m.CcIgnoreInvalid("cc@example.com", "invalidaddress+example.com")
68
69
// Set a subject line
70
m.Subject("This is a great email")
0 commit comments