Skip to content

Commit

Permalink
Merge pull request #8 from MaxDesiatov/patch-1
Browse files Browse the repository at this point in the history
Fix a typo and Mailgun capitalization
  • Loading branch information
rafiki270 authored Jun 10, 2019
2 parents 39a5a16 + c1490ef commit 71e08e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
[![Vapor 3](https://img.shields.io/badge/vapor-3.0-blue.svg?style=flat)](https://vapor.codes)


Mailing wrapper for multiple mailing services like MailGun, SendGrig or SMTP
Mailing wrapper for multiple mailing services like Mailgun, SendGrid or SMTP

# Features

- [x] MailGun
- [x] Mailgun
- [x] SendGrid
- [x] SMTP
- [ ] Attachments
Expand All @@ -40,7 +40,7 @@ First create your client configuration:
#### Mailgun

```swift
let config = Mailer.Config.mailgun(key: "{mailGunApi}", domain: "{mailGunDomain}")
let config = Mailer.Config.mailgun(key: "{mailgunApi}", domain: "{mailgunDomain}")
```

#### SendGrid
Expand Down Expand Up @@ -166,7 +166,7 @@ Core package for <b>[Boost](http://www.boostappstore.com)</b>, a completely open

# Implemented thirdparty providers

* <b>MailGun</b> - https://github.com/twof/VaporMailgunService
* <b>Mailgun</b> - https://github.com/twof/VaporMailgunService
* <b>SendGrig</b> - https://github.com/vapor-community/sendgrid-provider
* <b>SMTP</b> - https://github.com/IBM-Swift/Swift-SMTP

Expand Down

0 comments on commit 71e08e8

Please sign in to comment.