File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export const env = createEnv({
6060 EMAIL_VERIFICATION_ENABLED : z . boolean ( ) . optional ( ) , // Enable email verification for user registration and login (defaults to false)
6161 RESEND_API_KEY : z . string ( ) . min ( 1 ) . optional ( ) , // Resend API key for transactional emails
6262 FROM_EMAIL_ADDRESS : z . string ( ) . min ( 1 ) . optional ( ) , // Complete from address (e.g., "Sim <noreply@domain.com>" or "noreply@domain.com")
63- PERSONAL_EMAIL_FROM : z . string ( ) . min ( 1 ) . optional ( ) , // From address for personalized emails (e.g., "Emir from Sim <emir@sim.ai>")
63+ PERSONAL_EMAIL_FROM : z . string ( ) . min ( 1 ) . optional ( ) , // From address for personalized emails
6464 EMAIL_DOMAIN : z . string ( ) . min ( 1 ) . optional ( ) , // Domain for sending emails (fallback when FROM_EMAIL_ADDRESS not set)
6565 AZURE_ACS_CONNECTION_STRING : z . string ( ) . optional ( ) , // Azure Communication Services connection string
6666
You can’t perform that action at this time.
0 commit comments