Prerequisites: Complete Email Sender Setup before configuring DNS records. After verifying your sender in Lyara, you'll receive the specific DNS records that need to be added to your domain.
To ensure reliable email delivery and prevent spam filtering, you must configure DNS records for your domain. These records authenticate that Lyara (via Postmark) is authorized to send emails on your behalf, significantly improving deliverability rates and preventing your emails from being marked as spam.
SPF records are essential - they tell receiving email servers that Lyara is authorized to send emails on behalf of your domain. Without SPF, your emails will likely go to spam.
Lyara will provide you with the exact SPF record for your domain. It will typically look like this:
If your domain already has an SPF record, you'll need to modify it to include Postmark. Add include:spf.mtasv.net
to your existing record:
Example showing Google Workspace + Lyara
DKIM adds a digital signature to your emails, allowing receiving servers to verify that emails haven't been tampered with and actually came from your domain. This is essential for inbox delivery.
After setting up your sender in Lyara, you'll receive a unique DKIM record for your domain. The record will look like this:
Lyara will provide you with the exact DKIM record for your domain, including the unique selector and public key. Copy this record exactly as provided - the values are specific to your domain.
DMARC builds on SPF and DKIM to give you control over what happens when emails fail authentication. While not as critical as SPF/DKIM for immediate delivery, it protects against spoofing and improves long-term deliverability.
Begin with a monitoring-only policy to avoid blocking legitimate emails. Use your own email for reports:
After monitoring for a few weeks, you can gradually increase protection:
For most users, starting with p=none
or not setting it at all is perfectly fine. The primary benefit comes from having DMARC present, which signals to email providers that you care about authentication.
When properly configured, you should see 95%+ delivery rates, fewer spam complaints, and improved email engagement. Your Email Templates and Email Automation will now have optimal deliverability.