From 3e79a31fce61b3b82b8a1f13c6fafcc229386eb1 Mon Sep 17 00:00:00 2001 From: zhming0 Date: Sat, 27 Feb 2021 23:41:40 +1100 Subject: [PATCH] Allow RFC-6531 email address in smtp.from_address --- driver/config/.schema/config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/config/.schema/config.schema.json b/driver/config/.schema/config.schema.json index 88557cadbd7..a77abe60b0c 100644 --- a/driver/config/.schema/config.schema.json +++ b/driver/config/.schema/config.schema.json @@ -752,8 +752,8 @@ "title": "SMTP Sender Address", "description": "The recipient of an email will see this as the sender address.", "type": "string", - "format": "email", - "default": "no-reply@ory.kratos.sh" + "format": "idn-email", + "default": "Kratos " } }, "required": [