Skip to content

Commit

Permalink
📝 Normalise titles and update "sink server" link
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeliens committed Dec 16, 2022
1 parent 2289191 commit 729a17a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -2,13 +2,13 @@
[![Build Status](https://travis-ci.com/gam6itko/sparkpost-mailer.svg?branch=master)](https://travis-ci.com/gam6itko/sparkpost-mailer)
[![Coverage Status](https://coveralls.io/repos/github/gam6itko/sparkpost-mailer/badge.svg?branch=master)](https://coveralls.io/github/gam6itko/sparkpost-mailer?branch=master)

## install
## Installation

```bash
composer require gam6itko/sparkpost-mailer
```

## configuration
## Configuration

### services.yaml
```yaml
Expand Down Expand Up @@ -40,10 +40,10 @@ MAILER_DSN=sparkpost+api://api_key@default?region=eu
MAILER_DSN=sparkpost+smtp://user:password@default:port?region=eu
```

## tests
## Tests

### Using sink server
[About sink server](https://www.sparkpost.com/docs/faq/using-sink-server/)
[About sink server](https://support.sparkpost.com/docs/faq/using-sink-server)

```yaml
services:
Expand All @@ -53,4 +53,4 @@ services:

## Also

[Api transmissions](https://developers.sparkpost.com/api/transmissions/)
[Sparkpost's "transmissions" API reference](https://developers.sparkpost.com/api/transmissions/)

0 comments on commit 729a17a

Please sign in to comment.