A Juju charm
for deploying and managing an SMTP integrator on Kubernetes or bare metal.
The SMTP integrator provides SMTP connection information to other charms
that require smtp
integration, facilitating the email-sending capabilities
of those charms.
For DevOps or SRE teams this charm will make operating any charm requiring SMTP authentication simple and straightforward through Juju's clean interface.
For information about how to deploy, integrate, and manage this charm, see the Official SMTP Integrator Operator Documentation.
You can follow the tutorial here.
The smtp-integrator charm is a charm intended to be used to provide SMTP
connection information via the smtp
Juju integration to other charms.
The smtp-integrator charm is first configured with the desired SMTP connection
information, and any charm that integrates with the smtp-integrator
charm can obtain the configured SMTP connection information via the
smtp
Juju integration.