Skip to content

Commit

Permalink
docs: add smtp delivery_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentuso committed Nov 7, 2024
1 parent 391cac3 commit 73acf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/kratos/emails-sms/01_sending-emails-smtp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ You can send emails from your own SMTP server. Follow these steps to configure O

```yaml title="config.yml"
courier:
delivery_strategy: smtp
smtp:
connection_uri: smtp://username:password@server:port/
from_address: [email protected]
Expand Down

0 comments on commit 73acf00

Please sign in to comment.