Skip to content

Delivery and domain configuration reference

This page describes every field, option and state on the two email delivery configuration screens in Nevent: Email sending (/settings/email-sending) and Custom domain (/settings/custom-domains).

Use it as a quick reference whenever you need to know what a particular value means, what each component does, or which authentication protocols Nevent uses.


Path: Settings > Advanced > Email sending (/settings/email-sending)

This screen shows the technical status of your account’s email sending infrastructure and lets you provision the components needed to have your own sender reputation.

This block shows the active values your emails currently send with.

FieldDescription
Effective sending addressThe email address your contacts receive campaigns from. If you don’t have a custom domain configured, it corresponds to a Nevent subdomain.
Sender display nameThe name shown in the “From” field of the recipient’s inbox. It’s made up of your organization’s name followed by “via Nevent” when using the shared infrastructure.
Domain typeIndicates whether you’re using Nevent’s shared domain or your own custom domain. The two possible values are Shared domain and Custom domain.
ValueDescription
Shared domainSending goes out from a Nevent subdomain shared across every account on the platform. This is the default value when no custom domain has been configured. Reputation is shared with Nevent’s other senders.
Custom domainSending goes out from a subdomain of your own domain. Reputation is exclusively yours. This value appears once you have a domain configured on the Custom domain screen and the technical components provisioned.

This block shows the status of the three technical elements that manage your account’s reputation isolation in AWS SES, the email infrastructure service Nevent uses.

ComponentDescription
Automatic subdomainA unique, verified subdomain in AWS assigned to your account. When active, mail providers like Gmail or Outlook associate the reputation of your sends only with your account, not with Nevent’s overall pool of senders.
Configuration SetsAWS SES configuration for tracking marketing and transactional sends. Controls which events get logged: opens, clicks, bounces and complaints.
SES TenantA dedicated sending account inside AWS SES. Once created, your emails go out from completely isolated infrastructure. A reputation issue on another Nevent account doesn’t affect you.
StateMeaning
Not configuredThe component hasn’t been created. Your account uses the standard shared domain.
Not configured (plural)Variant of the above state applied to the Configuration Sets component.
Not createdVariant of the above state applied to the SES Tenant component.

Action: Provision domain and create SES Tenant

Section titled “Action: Provision domain and create SES Tenant”
ElementDescription
Button”Provision domain and create SES Tenant”
EffectCreates the three components simultaneously: the automatic subdomain, the configuration sets and the SES Tenant.
DurationThe process can take several minutes from clicking the button until the components appear as active.

Path: Settings > Workspace > Custom domain (/settings/custom-domains)

This screen lets you configure a custom domain so your email campaigns go out from a subdomain of your own domain instead of Nevent’s shared domain.

The welcome screen of this module describes three benefits of setting up a custom domain.

BenefitDescription shown in the interface
Increase your delivery ratePrevents your emails from ending up in spam by using your own domain.
Improve your brand identityStrengthens your professional image with a custom domain.
Protect your reputationSecures your email authentication with SPF, DKIM and DMARC records.

Setting up a custom domain requires implementing three standard email authentication protocols.

ProtocolDescription
SPF (Sender Policy Framework)Lists the mail servers allowed to send emails on behalf of your domain. Mail providers check this record to decide whether the message is legitimate.
DKIM (DomainKeys Identified Mail)Adds a digital signature to each email certifying it was sent by you and hasn’t been modified in transit.
DMARC (Domain-based Message Authentication, Reporting and Conformance)Defines the policy mail servers must apply when a message fails SPF or DKIM verification. For example, rejecting it or sending it to spam.

The Email sending and Custom domain screens are complementary: one manages the sending infrastructure in AWS, and the other manages domain authentication via DNS.

ScreenWhat it configuresWhere the result shows up
Email sending (/settings/email-sending)Sending infrastructure: subdomain in AWS, configuration sets and your own SES account.Domain type and effective sending address in the same block.
Custom domain (/settings/custom-domains)Domain authentication via DNS records: SPF, DKIM and DMARC.Record status on the wizard screen.