Error while configuring Grafana Loki SMTP with AWS SES

Below is the helm chart values configuration I am using to setup Grafana Loki smtp settings

smtp:
enabled: true
host: email-smtp.eu-central-1.amazonaws.com:587
startTLS_policy: MandatoryStartTLS
user: AKIXXXXXXXXXXXXXXX
password: ‘XClyrXXXXXXXXXXXXXXXXXXXX’
skip_verify: true
from_address: contact@.com
from_name: Grafana

However, getting below error
“… 535 Authentication Credentials Invalid”

Hi @giridhar0813,

Welcome to the :grafana: community support forums !!

We are excited that you joined our OSS community. Please read about some of the FAQs in the community :slight_smile:

This seems to be not related to Loki but a general issue with the configuration. You can do a basic verification by simply testing the above configuration via telnet command.

In your helm chart, please define the SMTP port as well.

You can have a look at this reference post to see what other SMTP settings are required to make it work correctly.

Let us know if this helps.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.