Skip to content
GitHub

Email Configuration

Required when using email-based OTP authentication. Configure this to enable passwordless authentication via email.

Table name: email_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
is_ssl_enabledBOOLEANWhether SSL is enabled for email service
hostVARCHAR(256)Email service host address
portINTEmail service port number
send_email_pathVARCHAR(256)API path for sending emails
template_nameVARCHAR(256)Name of the email template
template_paramsJSONTemplate parameters in JSON format