Hello All, I need some help with `Ory Kratos` - w...
# ory-selfhosting
b
Hello All, I need some help with
Ory Kratos
- we are trying to setup custom email templates. It’s only sending the plaintext version but NOT picking up the HTML version. I’m using
template_override_path
and my directory tree for `/conf/courier-templates`is as follows:
Copy code
.
├── login_code
│   └── valid
│       ├── email.body.gotmpl
│       ├── email.body.plaintext.gotmpl
│       ├── email.subject.gotmpl
│       └── sms.body.gotmpl
├── otp
│   ├── sms.body.gotmpl
│   └── test_stub
│       └── sms.body.gotmpl
├── recovery
│   ├── invalid
│   │   ├── email.body.gotmpl
│   │   ├── email.body.plaintext.gotmpl
│   │   └── email.subject.gotmpl
│   └── valid
│       ├── email.body.gotmpl
│       ├── email.body.plaintext.gotmpl
│       └── email.subject.gotmpl
├── recovery_code
│   ├── invalid
│   │   ├── email.body.gotmpl
│   │   ├── email.body.plaintext.gotmpl
│   │   └── email.subject.gotmpl
│   └── valid
│       ├── email.body.gotmpl
│       ├── email.body.plaintext.gotmpl
│       ├── email.subject.gotmpl
│       └── sms.body.gotmpl
├── registration_code
│   └── valid
│       ├── email.body.gotmpl
│       ├── email.body.plaintext.gotmpl
│       ├── email.subject.gotmpl
│       └── sms.body.gotmpl
├── test_stub
│   ├── email.body.gotmpl
│   ├── email.body.html.en_US.gotmpl
│   ├── email.body.html.gotmpl
│   ├── email.body.plaintext.gotmpl
│   ├── email.body.sprig.gotmpl
│   └── email.subject.gotmpl
├── verification
│   ├── invalid
│   │   ├── email.body.gotmpl
│   │   ├── email.body.plaintext.gotmpl
│   │   └── email.subject.gotmpl
│   └── valid
│       ├── email.body.gotmpl
│       ├── email.body.plaintext.gotmpl
│       └── email.subject.gotmpl
└── verification_code
    ├── invalid
    │   ├── email.body.gotmpl
    │   ├── email.body.plaintext.gotmpl
    │   └── email.subject.gotmpl
    └── valid
        ├── email.body.gotmpl
        ├── email.body.plaintext.gotmpl
        ├── email.subject.gotmpl
        └── sms.body.gotmpl

19 directories, 42 files
The HTML email version of the body is is not updated and also subject is also NOT overridden.
@chilly-king-10285 can you help with this?
b
A message from kapa.ai
New message text here