Quick question about the emails and ory Cloud. i ...
# ory-network
c
Quick question about the emails and ory Cloud. i changed the from name:
Copy code
courier:
  smtp:
    from_name: Maxroll Membership
But some how it’s still saying this: https://tca0.nl/SQq
h
that should usually do it, what is your project ID?
c
How can I debug this?
Copy code
smtp:
    connection_uri: <smtp://xxx:xxx@email-smtp.eu-central-1.amazonaws.com:587/>
    from_name: Maxroll Membership
h
that should usually do it, what is your project ID?
c
oh sorry missed your question
Copy code
bd17400d-27b4-43c3-a09a-984adbf06a35
h
thanks, i'll look into it tomorrow, almost midnight here ;)
c
here as well 🙂 probably same timezone
Thank you very much for the assist, it’s not a huge issue since we can live without email verification
but it would be great if emails would work (including using our own Amazon SES endpoint).
h
yes we'll get it resolved, thank you for sticking with the wonky experience :))
c
Still a better experience than Auth0 🙂 I mean at least here I can meaningfully contribute.
Honestly, I am really happy we gave you guys a shot
h
I can confirm that kratos has the following config loaded for your project:
Copy code
"smtp": {
      "connection_uri": "smtps://...@email-smtp.eu-central-1.amazonaws.com:587/",
      "from_name": "Maxroll Membership"
    },
ah I think your emails actually don’t get delivered because your connection_uri is wrong
it should be:
Copy code
"smtp": {
      "connection_uri": "smtp://...@email-smtp.eu-central-1.amazonaws.com:587/",
      "from_name": "Maxroll Membership"
    },
intsead of
smtps
oh and another thing, you have to set
from_address
also, otherwise it will try to send an email from the ory domain, but since you dont own the domain, the email wont be delivered
c
I tried both hehe
smtp and smtps
I think we need to update the docs then 🙂
Ah never mind I found it
but it took me a while, maybe some restructuring is in order. It’s not technically strictly just a Ory Cloud thing, this applies mostly just to Kratos.
But it’s the only place it’s documented
it worked by the way 🙏 thank you
Are the Ory Cloud Go templates available somewhere?
h
ok great 🙂 thzis is probably more extensive even: https://www.ory.sh/docs/kratos/concepts/email-sms
we definitely need to restructure the docs @wonderful-lamp-2357 is working on that 🙂
what was the config that got it working for you in the end?
c
Copy code
connection_uri: smtp://...@email-smtp.eu-central-1.amazonaws.com:587/
    from_name: Maxroll Membership
    from_address: "<mailto:contact@maxroll.gg|contact@maxroll.gg>"
it didn’t work without the from_address hehe
Docs are really one of the hardest things, I fully understand that
working on 2 saas products myself
h
@wonderful-lamp-2357 what do you think about updating the email sending document with the information contained in this thread?
w
I shall read this thread and see if I can come up with meaningful additions to the said document my dudes
👀
h
thanks!
t
hey @chilly-dentist-11746 unrelated but just noticed you're from maxroll. big fan of your poe streamers 👋
c
haha that’s great! Glad to hear.
We will be launching POE soon, that’s why we’re building the Maxroll Membership using Ory
Little extra support for Maxroll and it’s content creators