has anyone used aws ses as email service for krato...
# talk-kratos
t
has anyone used aws ses as email service for kratos. mine doesn't seem to work and not sure why. my kratos is running locally on my m1 mac not in docker. and the config i have is this
Copy code
courier:
  smtp:
    connection_uri: <smtps://AKI>..username:REDACTED@email-smtp.us-east-1.amazonaws.com:587/
    from_address: <mailto:no-reply@my-domain.com|no-reply@my-domain.com>
    from_name: MyName
s
There was once a problem with the password encoding, search this channel and you should find it
t
Looks like the issue is to remove the s from smtp and ssl disabled. Is there a reason why this is?