Guides

Enable Confirm Email After Signup

Configure Supabase email confirmation for new user registrations in CloudNua Mobile.

Enable Confirm Email After Signup

CloudNua Mobile integrates with Supabase to handle email confirmations following user registration.

Local Setup

For local development, Inbucket supports email confirmation verification.

To activate this feature locally:

  1. Navigate to apps/supabase/supabase and open config.toml
  2. Locate the [auth.email] section
  3. Set enable_confirmations to true (changing from false)
  4. Restart your server with:
Terminal
npm run supabase:restart

Confirmation emails will be accessible at http://localhost:54324/.

Supabase Cloud Deployment

When deployed to Supabase Cloud, you can configure custom SMTP servers for email verification:

  1. Access your project dashboard
  2. Select Authentication from the sidebar
  3. Navigate to Providers under Configuration
  4. Enable Email and toggle Confirm Email to active
  5. Go to Project Settings then Configuration then Authentication
  6. Locate and enable SMTP settings
  7. Input your SMTP server credentials

Note: You need to setup your own custom SMTP server for this to work.

For SMTP provider guidance, consult the Supabase documentation on authentication SMTP configuration.

AvatarEnda Kelly

© 2026 Enda Kelly, trading as CloudNua. All rights reserved.

Ireland