Saltar al contenido principal

Custom SMTP

Configure custom SMTP servers for email delivery.

Overview

By default, Gauzy uses the system email provider. You can configure a custom SMTP server per tenant or organization for branded email delivery.

Configuration

Via UI

  1. Navigate to SettingsCustom SMTP
  2. Enter SMTP server details
  3. Click Validate to test the connection
  4. Save the configuration

SMTP Settings

SettingDescriptionExample
HostSMTP server hostnamesmtp.gmail.com
PortSMTP port587
SecureUse TLS/SSLtrue or false
UsernameSMTP usernameuser@gmail.com
PasswordSMTP password/app keyapp-password
From AddressSender email addressno-reply@co.com

Common Providers

ProviderHostPortSecure
Gmailsmtp.gmail.com587false
Outlooksmtp-mail.outlook.com587false
SendGridsmtp.sendgrid.net587false
Amazon SESemail-smtp.*.amazonaws.com587true
Mailgunsmtp.mailgun.org587false

Validation

Before saving, always validate the SMTP connection:

  1. Click Validate in the SMTP settings panel
  2. A test email is sent to verify connectivity
  3. If validation fails, check credentials and firewall rules

API Reference

See Email Template Endpoints for the SMTP API documentation.