Skip to content

Commit

Permalink
cleaning README
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 6, 2018
1 parent 87c6ee7 commit e01bbef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ import (
)
var sender mail.Sender
var hcomposer hermes.Hermes
func init() {
serverToken := envy.Get("Sendgrid_SERVER_TOKEN", "")
accountToken := envy.Get("Sendgrid_ACCOUNT_TOKEN", "")
sender = ssender.NewSendgridSender(serverToken, accountToken, false)
APIKey := envy.Get("SENDGRID_API_KEY", "")
sender = ssender.NewSendgridSender(APIKey)
}
```

Expand Down

0 comments on commit e01bbef

Please sign in to comment.