Anyone online that can help with message templates...
# talk-kratos
l
Anyone online that can help with message templates in Ory Cloud? • Especially nested templates
h
@proud-plumber-24205 maybe you can help out here?
@little-farmer-9523 is this still a problem for you?
@wonderful-lamp-2357 @proud-plumber-24205 email templates are coming up again and again, can we create documentation on how to use email templates in ory cloud?
w
@high-optician-2097 yea, I’m on it. We’re in direct comms with @little-farmer-9523 giving him a hand and gathering feedback on this topic. Expect a PR with updated docs soon. I’ll request your review when it’s ready
h
ahhh ok perfect, thank you! 🙂
l
@proud-plumber-24205 @high-optician-2097 Everything works now, I was just asking @wonderful-lamp-2357 if you could provide some information about the character set for plaintext because we had issues with non-ASCII characters (Greek language)? It’s not important/urgent, just being curious if there is a possible limitation there
h
Hehe, I’m half greek 😉 It should support UTF-8 out of the box, other character sets might not work (ISO …)
l
Our Greek is actually Deepl translation, maybe we are doing something wrong 😛
Copy code
{{define "el"}}
Γεια σας {{ title .Identity.traits.firstName }},

Κάντε κλικ παρακάτω για να επαληθεύσετε το λογαριασμό σας:

<a href="{{ .VerificationURL }}">{{ .VerificationURL }}</a>

Ή χρησιμοποιήστε τον ακόλουθο σύνδεσμο:

{{ .VerificationURL }}

Ευχαριστώ,
Team Voxiplan
{{end}}
Can you check?
By removing Greek, it’s working for some reason
Is it possible to use the same email layout as built-in templates and just replace the image?
And in plaintext we get a big blank space on top of the email with this template, is it normal?
Copy code
{{define "en"}}
Hi {{ title .Identity.traits.firstName }},

Please verify your account by clicking the following link:

{{ .VerificationURL }}

Thanks,
Team Voxiplan
{{end}}
h
Copy code
τον ακόλουθο σύνδεσμο:
not sure if this is correct, I don’t know these words (I don’t speak greek regularly) otherwise SGTM
Hm not sure where that comes from
l
Me neither 😄
h
I’m currently on a plane so not able to help very much but alano (probably tomorrow since it’s EOB in germany) will probably be able to give guidance
l
Okay no problem thx
Safe flight
h
ty