Skip to content

Commit

Permalink
[Mailer][Brevo][Sendinblue] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Oct 17, 2023
1 parent 00dbd81 commit 1b908f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ With API, you can use custom headers.

```php
$params = ['param1' => 'foo', 'param2' => 'bar'];
$json = json_encode(['"custom_header_1' => 'custom_value_1']);
$json = json_encode(['custom_header_1' => 'custom_value_1']);

$email = new Email();
$email
Expand All @@ -35,7 +35,7 @@ $email
;
```

This example allow you to set :
This example allow you to set:

* templateId
* params
Expand All @@ -44,7 +44,7 @@ This example allow you to set :
* sender.ip
* X-Mailin-Custom

For more informations, you can refer to [Sendinblue API documentation](https://developers.sendinblue.com/reference#sendtransacemail).
For more information, you can refer to [Sendinblue API documentation](https://developers.sendinblue.com/reference#sendtransacemail).

Resources
---------
Expand Down

0 comments on commit 1b908f5

Please sign in to comment.