<@U04UQ68083H> is there a way to "Send SMS from se...
# ory-copilot
s
@chilly-king-10285 is there a way to "Send SMS from self hosted kratos" i can see it can only be possible with "Ory Network". but curious around if there's a way to achieve in self hosted kratos?
b
A message from kapa.ai
New message text here
s
additionalProperties "channels" not allowed getting this , its telling "You cant use channels property under courier" in self hosted kratos. kindly do a deep search & validate again.. @chilly-king-10285
b
A message from kapa.ai
Thank you for your follow-up and for pointing out the error regarding the use of the channels property in self-hosted Ory Kratos. Based on the official documentation, the channels property under courier is not supported in self-hosted Ory Kratos. The channels configuration is specific to Ory Network and is not available in the self-hosted version. In self-hosted Kratos, SMS delivery via HTTP API is not natively supported through the courier.channels configuration. For self-hosted Kratos, the courier configuration supports SMTP for email delivery and HTTP-based email delivery (for sending emails via HTTP APIs), but there is no documented support for SMS delivery via HTTP in the self-hosted version. The documentation for self-hosted Kratos only describes configuring email delivery via SMTP or HTTP, and does not mention SMS delivery or the channels property for SMS in the courier configuration. The error you are seeing is expected, as the configuration schema does not allow channels under courier in self-hosted mode [HTTP based email delivery](https://www.ory.sh/docs/kratos/self-hosted/email-http#configuration). To summarize: - Ory Network: Supports SMS delivery via HTTP API using the channels property. - Self-hosted Ory Kratos: Does not support the channels property or SMS delivery via HTTP API in the documented configuration. Only email delivery (SMTP or HTTP) is supported. If you require SMS delivery in a self-hosted environment, you would need to implement a custom solution outside of the officially supported configuration, as there is no documented or supported way to configure SMS delivery in self-hosted Kratos at this time. I'm sorry, but the knowledge sources do not contain information about supporting SMS delivery via HTTP or the channels property in self-hosted Ory Kratos. This feature is only available in Ory Network [HTTP based email delivery](https://www.ory.sh/docs/kratos/self-hosted/email-http#configuration).