TL;DR. Add SPF, DKIM, and DMARC DNS records that Ordiko provides. Verify in dashboard. Send a test. Ensures transactional emails (order confirmations, password resets, etc.) reach customer inboxes.
Why email setup matters
Email providers (Gmail, Yahoo, Microsoft) now strictly enforce SPF, DKIM, and DMARC for senders of any volume. Without proper authentication:
- Emails land in spam.
- Some are silently dropped.
- Customer complaints increase ("I never got my order confirmation").
Set this up day one — it's not optional in 2026.
Step 1: Add sender domain
Settings → Email → Sender domain → Add domain.
Enter the domain you'll send from. Common patterns:
- Apex:
example.com— fine for small operations. - Subdomain:
mail.example.comorsend.example.com— recommended for any business sending more than a few hundred emails/day.
Step 2: SPF record
SPF authorizes which servers can send mail "from" your domain.