NAME

IO::K8s::PrometheusOperator::V1::GlobalSMTPConfig - smtp defines global SMTP parameters.

VERSION

version 1.108

authIdentity

authIdentity represents SMTP Auth using PLAIN

authPassword

authPassword represents SMTP Auth using LOGIN and PLAIN.

authSecret

authSecret represents SMTP Auth using CRAM-MD5.

authUsername

authUsername represents SMTP Auth using CRAM-MD5, LOGIN and PLAIN. If empty, Alertmanager doesn't authenticate to the SMTP server.

forceImplicitTLS

forceImplicitTLS defines whether to force use of implicit TLS (direct TLS connection) for better security. true: force use of implicit TLS (direct TLS connection on any port) false: force disable implicit TLS (use explicit TLS/STARTTLS if required) nil (default): auto-detect based on port (465=implicit, other=explicit) for backward compatibility It requires Alertmanager >= v0.31.0.

from

from defines the default SMTP From header field.

hello

hello defines the default hostname to identify to the SMTP server.

requireTLS

requireTLS defines the default SMTP TLS requirement. Note that Go does not support unencrypted connections to remote SMTP endpoints.

smartHost

smartHost defines the default SMTP smarthost used for sending emails.

tlsConfig

tlsConfig defines the default TLS configuration for SMTP receivers

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <getty@cpan.org>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004