Set global brand defaults
Design
If emails are part of your authentication processes for users - for example, users receive sign-in codes via email in a passwordless process - you can customize email details, with some limitations. Core auth emails (verification, OTP, password reset) cannot be fully disabled; you can only customize who they are sent from and their content.
You can add your business or brand name so it appears as the sender of emails.
If you want to change the email sender address, you add your own email provider’s SMTP details. See Customize email sender.
Emails inherit the logo you set as part of your global brand. But you can also set a unique logo for each organization in your business.
Only applies if you choose not to send emails from your own provider.
When Kinde sends an email on your behalf, it is sent from the ‘Business name’ listed in your Kinde business by default.
For example:
If you want emails to come from your app name instead (if it is different), then you can edit the business name in Settings > Business > Details, without it affecting your Kinde domain or other environment settings.
You can change the content of the OTP email if you use a custom email sender for sending OTP emails. Once this is set up, you can make content changes as follows.
You can include the sign-in code in the subject line of OTP emails to make it visible for users in notifications. Note that it is less secure to do this, as the code can be seen by anyone when notifications are displayed openly on devices.
${code} placeholder. This is where the code will appear. E.g. Enter ${code} for access.No. Password reset is a core authentication email. You can customize subject, body text, disclaimers, and placeholders where the template editor exposes them—the same pattern as other auth emails—but you cannot supply a fully custom HTML email as a free-form document.
This limit applies to core auth email templates only. It is separate from customizing hosted pages with code, where you can bring your own HTML, CSS, and JavaScript for Kinde-hosted UI (such as sign-in and password entry screens).