Hi, I’m using a Docker setup, but recently my emails are not getting sent. When I try to send a test email I keep getting this error:
Email configuration
Host: email-smtp.us-west-2.amazonaws.com
Port: 587
Username: USERNAME
Password: *****
TLS: trueSending email from: noreply@TEST.com.br
Sending email to: TEST@TEST.com.brTrace
[220] email-smtp.amazonaws.com ESMTP SimpleEmailService-d-ASASASAS ASASASASEHLO localhost
[250] email-smtp.amazonaws.com
[250] 8BITMIME
[250] STARTTLS
[250] AUTH PLAIN LOGIN
[250] OkSTARTTLS
[220] Ready to start TLS
EHLO localhost
[250] email-smtp.amazonaws.com
[250] 8BITMIME
[250] STARTTLS
[250] AUTH PLAIN LOGIN
[250] Ok
AUTH LOGIN
[334] ASASASASASA
*
[334] ASASASASASA
A test email could not be sent.
Error: SMTP server did not accept the password.
I am sure the password is correct and I am using an SES email service. My environment variables are something like that
DEBUG=false
PASSBOLT_SSL_FORCE=true
PASSBOLT_REGISTRATION_PUBLIC=false
EMAIL_DEFAULT_FROM=noreply@TEST.com.br
EMAIL_TRANSPORT_DEFAULT_HOST=email-smtp.us-west-2.amazonaws.com
EMAIL_TRANSPORT_DEFAULT_PORT=587
EMAIL_TRANSPORT_DEFAULT_USERNAME=USERNAME
EMAIL_TRANSPORT_DEFAULT_PASSWORD=PASSWORD
EMAIL_TRANSPORT_DEFAULT_TLS=true
I’ll be very grateful if somebody can help me with this