Email

Email & Security
Electronic mail, a method of exchanging messages between people using electronic devices.
← Back to Glossary

What is Email in the Domain Context?

Email (electronic mail) is a method of exchanging digital messages between users over the internet. In the context of domain management, email configuration involves setting up DNS records that direct mail to the correct servers, authenticate messages, and protect against spoofing and spam. A domain's email health is critical for business communication.

How Email Works with Domains

The Email Delivery Process

1. Sender composes message to user@example.com

2. Sender's mail server looks up MX records for example.com

3. MX records point to receiving mail server

4. Receiving server accepts the message

5. Message delivered to recipient's inbox

DNS Records for Email

RecordPurpose
MXMail server destination
SPFAuthorized senders
DKIMMessage signing
DMARCPolicy enforcement

Essential Email DNS Records

MX Records (Mail Exchange)

Direct incoming email to mail servers:

example.com.  MX  10 mail1.example.com.

example.com. MX 20 mail2.example.com.

Lower priority numbers are tried first.

SPF Records

Define authorized email senders:

v=spf1 include:_spf.google.com -all

DKIM Records

Cryptographic signatures for email authentication.

DMARC Records

Policy for handling authentication failures:

v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com

Email Provider Options

Self-Hosted Email

Hosted Email Services

Forwarding Services

Setting Up Email for a Domain

Basic Setup Steps

1. Choose email provider

2. Configure MX records

3. Set up SPF record

4. Configure DKIM

5. Implement DMARC

6. Test deliverability

Verification

After setup, verify:

Email Security Considerations

Authentication (SPF/DKIM/DMARC)

Prevents email spoofing and improves deliverability.

Encryption (TLS)

Protects email in transit between servers.

Anti-Spam

Receiving servers check:

Common Email Issues

IssueCauseSolution
Email not receivedWrong MX recordsVerify DNS setup
Goes to spamMissing SPF/DKIMAdd authentication
RejectedSPF failureUpdate SPF record
SpoofingNo DMARCImplement DMARC

Proper email configuration is essential for any domain used for business communication, affecting both deliverability and security.

Put This Knowledge to Work

Use DomScan's API to check domain availability, health, and more.