Glossario · Aggiornato May 2026

Glossario di email marketing — le parole che contano davvero.

Definizioni concise e ancorate alle fonti per i termini che incontri gestendo email su larga scala. Ogni voce cita l'RFC sottostante, la doc del vendor o il path sorgente di AcelleMail — definizioni parafrasate che mandano il lettore curioso a un 404 non hanno spazio in questa pagina. Parti dal termine per cui sei arrivato; i collegamenti incrociati ti guidano nel cluster correlato.

In questo glossario · 10 termini

  1. SMTPSimple Mail Transfer Protocol
  2. SPFSender Policy Framework
  3. DKIMDomainKeys Identified Mail
  4. DMARCDomain-based Message Authentication, Reporting and Conformance
  5. Amazon SESAmazon Simple Email Service
  6. Double opt-inTwo-step subscriber confirmation
  7. Hard bouncePermanent delivery failure
  8. Soft bounceTransient delivery failure
  9. IP warmupSending volume ramp on a new IP
  10. Email deliverabilityThe rate at which sent messages reach the recipient inbox

Sfoglia tutti i termini

Ogni definizione è autonoma. I collegamenti incrociati connettono il cluster.

Protocol RFC 5321

SMTP

Simple Mail Transfer Protocol

SMTP (Simple Mail Transfer Protocol) is the internet standard for transferring email messages between mail servers, defined in RFC 5321. It is the wire protocol behind every email...

Leggi la definizione →

Authentication RFC 7208

SPF

Sender Policy Framework

SPF (Sender Policy Framework) is a DNS-based email authentication standard (RFC 7208) that lists the IP addresses authorised to send mail for a domain. Receiving servers query the...

Leggi la definizione →

Authentication RFC 6376

DKIM

DomainKeys Identified Mail

DKIM (DomainKeys Identified Mail) is a cryptographic email authentication standard (RFC 6376) in which the sender signs each outgoing message with a private key, and the receiver v...

Leggi la definizione →

Authentication RFC 7489

DMARC

Domain-based Message Authentication, Reporting and Conformance

DMARC (Domain-based Message Authentication, Reporting and Conformance) is an email authentication policy layer (RFC 7489) that tells receivers what to do when SPF or DKIM fails, an...

Leggi la definizione →

Vendor

Amazon SES

Amazon Simple Email Service

Amazon SES (Simple Email Service) is the AWS pay-as-you-go email-relay service. AcelleMail ships with first-class SES drivers (SMTP and API) and treats it as the recommended sendin...

Leggi la definizione →

Compliance

Double opt-in

Two-step subscriber confirmation

Double opt-in is a two-step list-subscription flow in which a new subscriber confirms their email address by clicking a link in a confirmation message before they are added to the...

Leggi la definizione →

Operations

Hard bounce

Permanent delivery failure

A hard bounce is a permanent email delivery failure — the receiving mail server has rejected the message in a way that signals retrying will never succeed (e.g. mailbox does not ex...

Leggi la definizione →

Operations

Soft bounce

Transient delivery failure

A soft bounce is a transient email delivery failure — the receiving server has temporarily refused the message (mailbox full, server down, greylisting) and the sender may retry. Ac...

Leggi la definizione →

Operations

IP warmup

Sending volume ramp on a new IP

IP warmup is the practice of gradually ramping daily sending volume on a new sending IP to build a positive reputation with mailbox providers. AcelleMail ships a built-in WarmupStr...

Leggi la definizione →

Metric

Email deliverability

The rate at which sent messages reach the recipient inbox

Email deliverability is the rate at which sent messages actually reach the recipient's primary inbox — distinct from delivery (the receiving server accepted the message) and from s...

Leggi la definizione →

Perché un glossario

Per quando la guida pillar è troppo lunga e la spec è troppo densa.

La guida pillar sulla deliverability è la lettura lunga — sintassi RFC, calendario IP warm-up di 6 settimane, playbook di tuning per il bounce handler. Il glossario è la scheda riassuntiva: definizione in un paragrafo, un paragrafo su come AcelleMail la gestisce, tre o quattro collegamenti incrociati. Atterri qui da una ricerca, esci con un modello mentale funzionante e un link alla pagina di approfondimento giusta.

Ogni affermazione su ogni pagina di termine ha una fonte tracciabile — un paragrafo di un RFC, un URL della doc AWS o un path sotto /Users/luan/apps/acelle/. Se un fatto smette di essere vero, viene corretto nel registry sorgente (resources/glossary/index.php) e la pagina del termine riflette la modifica al deploy successivo.

Ti serve la lettura più lunga?

Tre guide pillar approfondiscono i temi che questo glossario indicizza. Ognuna è ancorata al codice di AcelleMail.

Guida alla deliverability → Guida al risparmio sui costi → Pillar self-hosted →