Hello all! Does anyone know if version 1.0 support...
# ory-selfhosting
h
Hello all! Does anyone know if version 1.0 supports the courier.templates.registration_code ? Im trying to send this magic-link and code from with custom body after a user has been creating an account. Config:
courier:
smtp:
connection_uri: ""
from_address: ""
from_name: ""
templates:
registration_code:
valid:
email:
body:
html: <base64://SGV5IHlvdSBkZWNvZGVkIG1lIDop>
plaintext: <base64://SGV5IHlvdSBkZWNvZGVkIG1lIDop>
Logs 1: I[#/courier/templates] S[#/properties/courier/properties/templates/additionalProperties] additionalProperties "registration" not allowed Logs2: I[#/courier/templates] S[#/properties/courier/properties/templates/additionalProperties] additionalProperties "registration_code" not allowed