mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Updated README.md
This commit is contained in:
parent
d2e5934113
commit
bc5e6cfb95
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue