Sending Emails
Per default, Ory Cloud has the SMTP email sending configured. Emails will be sent from the following address:
{project.name} via Ory <no-reply@courier-eu.mg.oryapis.com>
To supply your own SMTP server, supply the SMTP configuration key when importing your Ory Kratos to Ory Cloud configuration:
courier:
smtp:
connection_uri: ...
from_address: ...
from_name: ...
Please be aware that it is not possible to customize the from_address
and
from_name
fields without also setting your own E-Mail sending server
(connection_uri
).