Hi everyone, I'm using self-hosting Ory Kratos, a...
# talk-kratos
g
Hi everyone, I'm using self-hosting Ory Kratos, and I want to test the HTTP based email delivery. In the documentation, we can see the following configuration :
Copy code
courier:
  delivery_strategy: http
  http:
    request_config:
      url: <https://api.crm.com/email>
      method: POST
      body: file://.mail.api.request.jsonnet
      headers:
        "Content-Type": "application/json"
      auth:
        type: basic_auth
        config:
          user: YourUsername
          password: YourPass
However when I put similar configuration in my Kratos configuration file, I have an error when I'm starting the Docker container (image: oryd/kratos:v0.13.0). In the logs of the container, I can see that it doesn't recognise the
http
keyword. Thank you in advance for your reply. Please let me know if you need any further details.
l
I believe you need kratos v1.0.0 to use HTTP based email delivery.