Skip to content

Email (SMTP)

Dialer.CX uses email for several critical platform features. All email delivery is handled through a configurable SMTP connection, supporting any standard SMTP server or cloud email service.

System Settings showing the Email configuration panel with SMTP host, port, credentials, and test options

Email powers five platform features:

FeatureDescriptionFrequency
2FA VerificationOne-time codes for email-based two-factor authenticationOn each login (if enabled)
Agent OnboardingWelcome emails with login credentials for new usersWhen agents are created
Alert NotificationsReal-time alerts when operational thresholds are breachedAs alerts trigger
Scheduled ReportsAutomated report delivery on a recurring schedulePer schedule (daily/weekly/monthly)
Password ResetsSecure password reset links with time-limited tokensOn demand

Navigate to Admin > Settings > Email and fill in the SMTP settings:

SettingDescriptionExample
SMTP HostMail server hostnamesmtp.yourprovider.com
SMTP PortServer port587 (STARTTLS) or 465 (TLS)
UsernameSMTP authentication usernameYour provider’s SMTP username
PasswordSMTP authentication password (stored encrypted)Your provider’s SMTP password
From AddressSender email addressnoreply@yourcompany.com

Click Send Test Email to verify your configuration before saving. Enter a recipient address and the system will send a branded test message. Check for:

  • Successful delivery (no bounce)
  • Correct sender name and address
  • Proper rendering of HTML template
  • Email not landing in spam folder

All outgoing emails automatically include your platform branding:

  • Your platform logo (uploaded at Admin > Settings > Branding)
  • Your platform name in the email header and footer
  • Branded color scheme matching your platform theme
  • Professional responsive HTML template with a plain-text fallback for compatibility

Branding is pulled from your Branding settings and applied consistently across all email types.

Any SMTP-compatible email service works with Dialer.CX. General steps:

  1. Create a sending account with your email provider
  2. Generate SMTP credentials (usually a username and password or API key)
  3. Verify your sender domain to improve deliverability
  4. Request production access if your provider starts in a sandbox mode
  5. Enter the SMTP credentials in Dialer.CX settings and send a test email
IssueCauseSolution
Test email fails to sendInvalid credentialsRe-enter SMTP username and password
Emails land in spamMissing SPF/DKIM recordsAdd DNS records for your sending domain
Connection timeoutWrong port or firewallTry port 587 (STARTTLS) or 465 (TLS); check outbound firewall rules
Sandbox rejectionUnverified recipientRequest production access from your email provider or verify the recipient address