Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespsena committed Jun 26, 2020
1 parent e32c2e0 commit 5d32c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ for prevent SPAN and BOTS.
```go
func main() {
var (
serverHostName = "smtp.myserver.com"
serverMailAddress = "[email protected]"
serverHostName = "smtp.myserver.com" // set your SMTP server here
serverMailAddress = "[email protected]" // set your valid mail address here
)
err := checkmail.ValidateHostAndUser(serverHostName, serverMailAddress, "[email protected]")
if smtpErr, ok := err.(checkmail.SmtpError); ok && err != nil {
Expand Down

0 comments on commit 5d32c4e

Please sign in to comment.