Skip to content

Commit

Permalink
Merge github.com:paganotoni/sendgrid-sender
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 6, 2018
2 parents e621979 + ff91212 commit 8af4e5f
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
@@ -1,6 +1,6 @@
### Sendgrid Buffalo Sender

This is a [buffalo](github.com/gobuffalo/buffalo) sender for the [Sendgrid](https://https://sendgrid.com//) email service.
This is a [buffalo](github.com/gobuffalo/buffalo) sender for the [Sendgrid](https://sendgrid.com) email service.

#### How to use

Expand All @@ -24,4 +24,4 @@ And then in your mailers you would do the same `sender.Send(m)` as this sender m

#### Test mode

Whenever the GO_ENV variable is set to be `test` this sender will use [mocksmtp](https://github.com/stanislas-m/mocksmtp) sender to send messages, you can read values in your tests within the property `TestSender` of the SendgridSender.
Whenever the GO_ENV variable is set to be `test` this sender will use [mocksmtp](https://github.com/stanislas-m/mocksmtp) sender to send messages, you can read values in your tests within the property `TestSender` of the SendgridSender.

0 comments on commit 8af4e5f

Please sign in to comment.