Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Customers that want to use their own SMTP service for sending KADA notifications

Purpose of this article:

KADA can be integrated to an smtp service so that KADA can send email notifications.

...

Instructions

1. On the bottom left of screen click the GEAR icon. And select Platform Settings.

...

Then setup

2. Update the following properties depending on your deployment setupwith your SMTP details

Code Block
# Configure these values for smtp integration
platform_email_smtp_sender_email
platform_email_smtp_server
platform_email_smtp_server_password
platform_email_smtp_server_port
platform_email_smtp_server_username
platform_email_smtp_ssl_enabled

...