ancient-coat-5565
04/02/2024, 12:08 PMhttp
as delivery_strategy
.
Or to say it with other words:
> smtp.connection_uri is still required even though delivery_strategy is set to http
see the issues here and here.
Improvement idea: provide a fix in Ory Kratos and/or the related helm charts to get rid of having placeholder URIs (and related secrets) for a configuration, that is never used. Kratos should be able to handle this 👍.magnificent-energy-493
bland-eye-99092
04/04/2024, 8:20 AMancient-coat-5565
04/04/2024, 8:20 AMbland-eye-99092
04/04/2024, 8:33 AMancient-coat-5565
04/04/2024, 8:33 AMdazzling-napkin-4938
04/05/2024, 2:59 AMcourier:
smtp:
connection_uri: <smtps://whatever>
from_address: <mailto:hello@careapp.com.au|hello@careapp.com.au>
from_name: CareApp
sms:
enabled: true
request_config:
url: <https://api.twilio.com/2010-04-01/Accounts/AXXXXXXXXXXXXXX/Messages.json> # Adjust your account ID
method: POST
body: <base64://ZnVuY3Rpb24oY3R4KSB7CiAgVG86IGN0eC5yZWNpcGllbnQsCiAgQm9keTogY3R>4LmJvZHksCn0= # see below
headers:
Content-Type: application/x-www-form-urlencoded # defaults to application/json
auth:
type: basic_auth # or api_key
config:
user: AXXXXXXX # adjust your credentials
password: XXXX # adjust your credentials
bland-eye-99092
04/05/2024, 7:21 AMdazzling-napkin-4938
04/05/2024, 7:27 AM