Discourse

  • By Arturo Enrique Seijas Fernández
Channel Revision Published Runs on
latest/stable 17 21 Mar 2023
Ubuntu 20.04
latest/edge 18 24 Mar 2023
Ubuntu 20.04
juju deploy discourse-k8s
Show information

Platform:

SMTP configuration

To configure Discourse’s SMTP you’ll have to set the following configuration options with the appropriate values for your SMTP server by running juju config [charm_name] [configuration]=[value].

Set smtp_addressto the SMTP server IP or hostname, smtp_port for the SMTP sever port if different from the default and smtp_domain to set the sender domain address.

If authentication is needed, smtp_authentication will need to be set to the appropriate authentication method, valid values are none, login, plain, cram_md5. The credentials can be set with smtp_usernameand smtp_password.

If needed, the verification of the SSL certs can be turned on and off with smtp_openssl_verify_mode.

For more details on the configuration options and their default values see the configuration reference.


Help us improve this documentation

Most of this documentation can be collaboratively discussed and changed on the respective topic in the doc category of the Charmhub forum. See the documentation guidelines if you’d like to contribute.

Last updated 24 days ago. Help improve this document in the forum.