https://www.ory.sh/ logo
t

thankful-secretary-66849

04/03/2022, 5:29 PM
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

steep-lamp-91158

04/05/2022, 10:51 AM
There was once a problem with the password encoding, search this channel and you should find it
t

thankful-secretary-66849

04/08/2022, 10:21 PM
Looks like the issue is to remove the s from smtp and ssl disabled. Is there a reason why this is?
4 Views