Dev Portal SMTP Configuration
These settings can be modified in the under the Dev Portal Settings / Email
tab, or by running the following command:
If they are not modified manually, the Dev Portal will use the default value defined in the Kong Configuration file.
In 1.3.0.1 or greater,
Default: on
Description: When enabled, Kong admins will be able to invite developers to a Dev Portal by using the Invite button in the Kong Manager.
Email:
Hello Developer!
You have been invited to create a Dev Portal account at %s.
Please visit `<DEV_PORTAL_URL/register>` to create your account.
portal_email_verification
Default: off
Default:
Description: When enabled, Kong Admins specified by smtp_admin_emails
will receive an email when a Developer requests access to a Dev Portal.
portal_approved_email
Default: on
Description: When enabled, developers will receive an email when access to a Dev Portal has been approved.
Subject: Dev Portal access approved
Hello Developer!
Please visit <DEV PORTAL URL/login> to login.
Default: on
Description: When enabled, developers will be able to use the Reset Password flow on a Dev Portal and will receive an email with password reset instructions.
When disabled, developers will not be able to reset their account passwords.
portal_reset_success_email
Description: When enabled, developers will receive an email after successfully reseting their Dev Portal account password.
When disabled, developers will still be able to reset their account passwords, but will not receive a confirmation email.
Hello Developer,
We are emailing you to let you know that your Dev Portal password at <DEV_PORTAL_URL> has been changed.
Click the link below to sign in with your new credentials.
Default: nil
Description: The name and email address for the ‘From’ header included in all Dev Portal emails.
Example :
portal_emails_reply_to
Default: nil
Description: The email address for the ‘Reply-To’ header included in all Dev Portal emails.