Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Aug 24, 2023
1 parent 131b3cb commit b3e83d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/kratos/self-hosted/03_mail-courier-http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ title: HTTP based email delivery
sidebar_label: Sending emails via HTTP API
---

To send emails using an external mail provider instead of a local SMTP server, Ory Kratos can use an HTTP API (such as
Mailchimp, your local mail sender, or your own microservice). Request method, headers, body, and content-type are fully
configurable using the options below.
To send emails using an external mail provider instead of a local SMTP server, Ory Kratos can use an HTTP API (such as Mailchimp,
your local mail sender, or your own microservice). Request method, headers, body, and content-type are fully configurable using
the options below.

## Configuration

By default, Ory Kratos doesn't use API calls to send mail. To enable it set the `delivery_strategy` configuration key to
`http`, URL, authorization (if needed) and request body format.
By default, Ory Kratos doesn't use API calls to send mail. To enable it set the `delivery_strategy` configuration key to `http`,
URL, authorization (if needed) and request body format.

### Request configuration

Expand Down

0 comments on commit b3e83d9

Please sign in to comment.