Mail Providers
Use Security > Mail Providers to manage the email delivery infrastructure used by the system.
This module supports two provider types:
API SMTP: third-party service based deliveryMail SMTP: classic SMTP server based delivery
Current Panel Overview
The panel shown in the video is used to:
- view the provider list
- add a new provider
- enter host and credential details
- set provider priority
- keep a fallback provider ready
Provider Types in the Video
SMTP: standard SMTP server connectionAPI SMTP: API-based mail service providerCRM API SMTP: API mail provider dedicated to CRM-related sending if your environment uses it
Multi-Provider and Fallback Logic
If the API SMTP provider becomes temporarily unavailable, email delivery should not stop. For this reason, multiple providers are configured with a defined priority order.
Recommended setup:
- Primary:
API SMTP - Backup:
Mail SMTP
Fields and What to Enter
Provider Type: select the correct mail delivery mode such asSMTP,API SMTP, orCRM API SMTPProvider Name: enter a short internal label such aszeptomailso the provider is easy to identify in the listSMTP Host: enter the SMTP server host, for examplesmtp.zeptomail.inPort: enter the provider port such as587Username: enter the SMTP username or API login value provided by the vendorPassword: enter the SMTP password or API key value required by the providerEncryption: select the encryption mode required by the provider; use the exact mode supported by that serverFrom Email: enter the sender email address used in outgoing mailsFrom Name: enter the sender display name users should seeService Type: select whether the provider should be used asPrimaryorFallbackStatus: set the provider toActivewhen it is ready for use
Important:
SMTP Host,Port,Username, andPasswordmust all belong to the same provider account.From Emailshould usually be a verified sender address for that provider.- If
Service Typeis set incorrectly, fallback logic may not work as expected. - Activate the provider only after all credentials are validated.
Operational Flow
- Open
Security > Mail Providers. - Click
Addto create a new provider. - Select the correct
Provider Type. - Enter
Provider Name. - Fill
SMTP Host,Port,Username, andPassword. - Choose the correct
Encryptionmode. - Fill
From EmailandFrom Name. - Set
Service TypeandStatus. - Save the provider.
- Configure provider priority from primary to fallback.
- Send a test email to verify both providers work correctly.
What Is Important Before Saving
- Save one working
Primaryprovider first. - Add at least one
Fallbackprovider so email delivery does not stop during outages. - Use real provider credentials; placeholder values will save incorrectly or fail at runtime.
- Test after every new provider or credential change.
Notes
- API-based providers can face rate limits or short outages, so fallback should always be configured.
- Keep SMTP credentials secure and never expose them in logs.
- In production, keep at least one tested backup provider active.