Skip to main content

Multiple SMTP Domains

This document provides a comprehensive overview of the Multiple SMTP Domain feature, including its key benefits, business use cases, and detailed configuration steps to help you implement it effectively within your application.

By default, when an SMTP provider is configured under Admin Console > Branding > Email-SMS Provider, all outgoing emails are sent using the globally configured sender name and email address. This means that all email templates use the same sender identity.

With the Multiple SMTP Domain feature, businesses can customize the sender name and email at the email template level instead of relying on a single global configuration. This feature is particularly useful for organizations managing multiple brands, departments, or communication types within the same LoginRadius account.

Key Features

  • Custom Sender Email per Template: Configure a unique sender name and email address for each email template based on business requirements.
  • Brand-Specific Emailing: Use different sender domains to ensure emails are sent from the correct brand, department, or team.
  • Support for Multiple Domains in SMTP Providers: Leverage SMTP services (e.g., SendGrid) that support multiple domains within a single account.
  • Overrides Global Configuration: This feature allows local overrides for sender details at the email template level.
  • Increased Trust and Personalization: Improve email deliverability and user trust by sending emails from contextually relevant addresses.

Business Use Cases

The Multiple SMTP Domain feature is useful for various business scenarios, including:

  1. Marketing and Transactional Email Separation:

  2. Multi-Brand or Multi-Region Organizations:

    • A business managing multiple brands can use @brandA.com for one set of emails and @brandB.com for another.
    • A global organization can send emails from region-specific domains, such as @us.company.com for the US and @eu.company.com for Europe.
  3. Department-Specific Communication:

  4. Custom Engagements Based on Email Types:

Enabling Multiple SMTP Domains

To enable this feature, follow these steps:

📌 Note:

  • The SMTP provider must support multiple domains for this feature to work correctly.
  • Ensure SPF, DKIM, and DMARC records are properly configured for each domain to avoid email deliverability issues.

SMTP Setup and Behavior

The following conditions govern the behavior of the Multiple SMTP Domain feature:

  • If no SMTP provider is configured, LoginRadius uses its default email settings for FROM NAME and FROM EMAIL.
  • The Multiple SMTP Domain feature will not apply unless an external SMTP provider is configured.

Best Practices

  • Verify Domain Ownership: Ensure that the domains used for sending emails are verified and authenticated with your SMTP provider.

  • Use Consistent Branding: Align sender details with your organization’s branding to maintain credibility and recognition.

  • Monitor Email Deliverability: Regularly check email performance metrics such as bounce rates, spam complaints, and open rates.

  • Test Before Deployment: Send test emails from different templates to confirm that the correct sender details are applied.