Sending emails
Set up email properly to ensure that your emails look professional, are properly authenticated, and avoid spam filters. To send emails from your company’s domain (e.g. support@yourcompany.com
) through Plain, you'll need to update your domain’s DNS settings.
What you'll add
During setup, you’ll be asked to add two DNS records:
DKIM (DomainKeys Identified Mail)
Authenticates that you are the real sender.Return Path (CNAME)
Sets where bounce notifications should go, so Plain can handle them reliably.
You’ll copy these values from the Plain dashboard – and paste them into your DNS provider’s dashboard.
Step-by-step guides for common providers
🔵 DNSimple
Go to dnsimple.com/dashboard
Choose your domain (e.g.
example.com
)Click DNS → Manage
Add TXT Record
Name: paste “Hostname”
Type: TXT
Content: paste “Value”
Add CNAME Record
Name: paste “Hostname”
Type: CNAME
Content: paste “Value”
🟢 Google Domains
Pick your domain → click Manage
Go to DNS → Manage custom records → Create new record
Add TXT Record
Host name: paste “Hostname”
Type: TXT
Data: paste “Value”
Add CNAME Record
Host name: paste “Hostname”
Type: CNAME
Data: paste “Value”
🟡 Namecheap
Select your domain → click Manage
Go to Advanced DNS
Add TXT Record
Type: TXT
Host: paste “Hostname”
Value: paste “Value”
Add CNAME Record
Type: CNAME
Host: paste “Hostname”
Value: paste “Value”
Click Save all changes
🟠 GoDaddy
Select your domain → click DNS
Add TXT Record
Name: paste “Hostname”
Type: TXT
Content: paste “Value”
Add CNAME Record
Name: paste “Hostname”
Type: CNAME
Content: paste “Value”
Confirm entries and wait
How long does it take?
DNS changes usually apply within 10 minutes, but in rare cases, propagation may take up to 24–48 hours.