Hello. I tried to configure SMTP with Amazon SES,...
# ory-network
c
Hello. I tried to configure SMTP with Amazon SES, but run into an odd error message. (see screenshots) The documentation lists different variants of a URL smtp://... , but the UI shows hostname, username, etc. What am I missing? Best regards | Με εκτίμηση | Mit freundlichen Grüßen Stefan Beyer
s
there have been similar issues when the password had certain special characters, e.g.
:
,
#
or
/
as they mess with the URL parsing can you try to replace such characters?
we should really do client-side validation for such issues 😅
c
That's a nasty one, because I cannot set the password on Amazon SES, they are generated. But: I was lucky, I took only three tries to get a password that did not have a slash ("/") in it :-)
s
great 😅
b
@steep-lamp-91158 That happened to me last night, stumped me for a minute. Had to encode the SES password.
Just encode it (safely) before entering into Ory.