To configure the email sending, navigate to Config → Main → Email:

The email configuration page consists of three sections:
Incoming email (IMAP) is configured separately on Config → Helpdesk → Inboxes. Outgoing mailboxes on this page can be paired with an inbox of the same address so that replies on a ticket go out through the matching alias.
In this section, you can set the admin email address, redirect all outgoing emails to a specific address for testing, configure the amount of days before the email expiration, limit the number of emails sent per hour, and force SMTP connections to use IPv4.

Click the Save button to apply changes.
Email logs can be found under
Administration → Logs → Emailor underMessages → Mass sending → History.
The Outgoing method section displays all configured email sending methods in a table.
The table shows the following columns:
or delete
the method.To add a new outgoing method, click the + button in the top-right corner of the table:

You will be redirected to a new page where you need to configure the new method according to your needs.
First select the Transport type:

Available options are:
Each transport type also has a Set local domain toggle to set the local domain.
We recommend to use Mailjet or SparkPost for your SMTP configuration.
IMAP configuration is managed on Config → Helpdesk → Inboxes.
When SMTP is selected as the transport type, the SMTP config section becomes available with the following settings:


HeaderKey: HeaderValue.When OAuth Google is selected as the transport type, the OAuth config section will appear with the following settings:

Save outgoing method before OAuth connect
After saving, click the Connect button to authenticate with your Google account:

Once connected, you can verify in the Test section that the email sending works correctly:
Test button to send a test email.When OAuth Office 365 is selected as the transport type, the OAuth config section will appear with the following settings:

Save outgoing method before OAuth connect
When Custom server settings is enabled, additional fields appear:
- Office365 SMTP host - SMTP server address (default: smtp.office365.com);
- Office365 SMTP port - SMTP port (default: 587);
- Office365 Encryption method - choose the encryption method (TLS, SSL, or None);
- Verify SSL certificate (Office365) - if enabled, the system will verify the SSL certificate of the SMTP host.
After saving, click the Connect button to authenticate with your Office 365 account. If the connection is successful, you will see a "Connected" status.

Once connected, you can verify in the Test section that the email sending works correctly:

Test button to send a test email.To use your Google mail account for email sending via SMTP, fill in the following fields:
| Parameter | Value |
|---|---|
| Transport type | SMTP |
| SMTP host | smtp.gmail.com |
| SMTP port | 465 |
| Verify SSL certificate | enabled |
| SMTP encryption method | SSL |
| Use SMTP authentication | enabled |
| SMTP username | your full email address (email@gmail.com) |
| SMTP password | your APP password |
Note: Google requires an App password for third-party applications. You must have 2-Step Verification enabled on your Google account to generate an App password. Google also limits the number of emails per day.
If you need a third-party email delivery service, some popular options include:
A single Default mailbox is created automatically on a fresh installation. It cannot be deleted — only edited — and acts as the fallback sender for every category until you add and enable category-specific mailboxes (Sales, Support, Finance, etc.).
The Outgoing mailboxes section allows you to configure separate mailboxes for sending emails.
The table shows the following columns:
Default badge and cannot be deleted.
the mailbox (the Default mailbox has no delete button).Each mailbox can be linked to a specific outgoing method (channel) and category. To add a new outgoing mailbox, click the + button in the top-right corner of the table:

A new window will appear where you need to configure the outgoing mailbox:

Each type is linked to a specific section: Default (General, Add-ons, Inventory, Monitoring, Scheduling), Sales (Leads), Support (Tickets), Finance (Billing)
Click Test to send a test email from this mailbox, or Save to apply changes.
Splynx 6.0 automatically adds List-Unsubscribe and List-Unsubscribe-Post headers (RFC 2369 + RFC 8058) to outgoing customer emails so mailbox providers can show a native "Unsubscribe" button next to your sender name. For the button to actually appear in Gmail or Yahoo Mail, the sending domain must pass SPF, DKIM and DMARC authentication — this is configured on your own DNS, not inside Splynx.
From February 2026, Gmail and Yahoo require bulk senders (more than 5,000 emails per day to a single Gmail address) to support a one-click unsubscribe flow and authenticate with SPF, DKIM and DMARC. Without these DNS records, bulk emails risk being marked as spam or blocked, even when Splynx sends valid
List-Unsubscribeheaders.
https://. If it does not, the one-click unsubscribe headers are skipped on outgoing emails and the attempt is recorded in the Email log.SPF (Sender Policy Framework) is a TXT record that lists the mail servers allowed to send email from your domain.
Add a single SPF TXT record to your domain's DNS. The exact value depends on your SMTP provider — check their setup guide. A typical record looks like:
v=spf1 include:_spf.<your-provider>.com -all
Publish only one SPF record per domain. Multiple SPF records on the same domain cause authentication to fail.
DKIM (DomainKeys Identified Mail) signs each outgoing message with a private key and publishes the matching public key in DNS, so receiving servers can verify the message was not modified in transit.
DKIM keys are generated by your SMTP provider (Mailjet, SparkPost, SendGrid, Google Workspace, Microsoft 365, etc.). Follow your provider's documentation to:
<selector>._domainkey.<your-domain>).DMARC (Domain-based Message Authentication, Reporting and Conformance) tells receiving servers what to do with messages that fail SPF or DKIM checks.
Add a TXT record at _dmarc.<your-domain>. A minimal starter policy:
v=DMARC1; p=none; rua=mailto:dmarc-reports@<your-domain>
Move from p=none to p=quarantine or p=reject once SPF and DKIM are stable and you have reviewed the aggregate reports.
DMARC requires either SPF or DKIM to be aligned with the From-header domain. Make sure the domain in your Sender email matches the domain you authenticated with SPF/DKIM.
After publishing the DNS records, send a test email to a Gmail account and:
SPF: PASS, DKIM: PASS, DMARC: PASS.List-Unsubscribe and List-Unsubscribe-Post headers are present.For an end-to-end score, send a test message to mail-tester.com — it reports SPF, DKIM, DMARC results together with overall spam-risk score.
DNS setup is the responsibility of each Splynx administrator (per sending domain) and cannot be configured centrally inside Splynx. If your domain is hosted by a managed DNS provider, add the records there; if you run your own DNS, add them to your zone file.
For Outgoing method and Outgoing mailboxes tables, you can arrange column order, disable/enable them, and export data from the table.
Click the arrow button to export data with the following options (Print, Copy, Excel, CSV, PDF):

Click the breadcrumbs button
to arrange the column order and enable/disable columns for each table.
Outgoing method

Outgoing mailboxes

For more information, please read the following articles:
Inboxes
My Profile (Email)