-
-
Notifications
You must be signed in to change notification settings - Fork 188
About mailer config error #506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please use the example from documentation: ##
## To receive email notifications, configure a mailer.
## https://uptrace.dev/features/alerting
##
mailer:
smtp:
# Whether to use this mailer for sending emails.
enabled: true
# SMTP server host.
host: localhost
# SMTP server port.
port: 1025
# Username for authentication.
username: mailhog
# Password for authentication.
password: mailhog
# Uncomment to disable opportunistic TLS.
#tls: { insecure: true }
# Emails will be send from this address.
from: 'uptrace@localhost' |
disabled: true -> unknown field "disabled" |
Here is TLS documentation. Instead of
Sounds like you've disables TLS and your SMTP server is not happy about it. |
Uh oh!
There was an error while loading. Please reload this page.
branch: v2.0.0-beta4
image: 'uptrace/uptrace:2.0.0-beta4'
config#1: config/uptrace.dist.yml
config#2: config/uptrace.yml
config#3: example/docker/uptrace.yml
but
code#4: pkg/bunconf/config.go
The text was updated successfully, but these errors were encountered: