Can you customize the email domain from Clerk when a user signs up via email? #3077
Replies: 3 comments
-
@lancejpollard were you able to get a solution to this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
After configuring CNAME records, clerk will be able to send emails using [email protected] as FROM address. You can change the FROM email address using backend api |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The "Domains > DNS" page on the Clerk dashboard has 3 email domains it wants me to add CNAMEs for, like
clk._domainkey.mysite.com
. Does that mean the emails will come from something likeno-reply@clk._domainkey.mysite.com
? Or how do the email domains show up? I couldn't find that info anywhere in the docs.Is it possible to have the emails come from a specific domain (
mysite.com
) or subdomain (mail.mysite.com
)?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions