Skip to content

config properties default_email_delivery

GitHub Action edited this page Jul 7, 2026 · 5 revisions

Version

v3.0.4

default_email_delivery Type

object (default_email_delivery)

default_email_delivery Properties

Property Type Required Nullable Defined by
enabled boolean Required cannot be null Config
from_address string Required cannot be null Config
from_name string Required cannot be null Config
smtp object Required cannot be null Config

enabled

enabled determines whether the API delivers emails. Disable if you want to send the emails yourself. To do so you must subscribe to the email.create webhook event.

enabled

  • is required

  • cannot be null

enabled Type

boolean

enabled Default Value

The default value is:

true

from_address

from_address configures the sender address of emails sent to users.

from_address

  • is required

  • cannot be null

from_address Type

string

from_address Default Value

The default value is:

"noreply@hanko.io"

from_name

from_name configures the sender name of emails sent to users.

from_name

  • is required

  • cannot be null

from_name Type

string

from_name Default Value

The default value is:

"Hanko"

smtp

SMTP contains the SMTP server settings for sending mails.

smtp

  • is required

  • cannot be null

smtp Type

object (smtp)

Clone this wiki locally