Skip to content

Commit

Permalink
Allow RFC-6531 email address in smtp.from_address
Browse files Browse the repository at this point in the history
  • Loading branch information
zhming0 committed Feb 27, 2021
1 parent 00d2e98 commit 3e79a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/config/.schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
"format": "idn-email",
"default": "Kratos <[email protected]>"
}
},
"required": [
Expand Down

0 comments on commit 3e79a31

Please sign in to comment.