Email and Backend

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

DNS (Domain Name System)

domain settings.

2
New cards

SPF / DKIM / DMARC

allow senders, sign messages, set failure policy + reports… Sender Policy Framework, DomainKeys Identified Mail, Domain-based Message Authentication

3
New cards

Return-Path

where bounces go.

4
New cards

BIMI

show your logo in inboxes (optional)… Brand Indicators for Message Identification

5
New cards

Warm-up

start with low volume to build reputation.

6
New cards

Bounce / complaint

failed delivery / spam report.

7
New cards

Serverless/edge functions

small on-demand code close to users.

8
New cards

Job/worker/queue

background tasks (e.g., weekly matching).

9
New cards

Cache/CDN

faster delivery via stored copies.

10
New cards

Cache-Control/ETag

how long responses can be cached.

11
New cards

Env: dev/staging/prod

local / pre-prod / live.

12
New cards

Secrets management

keep keys in env vars/secret store.

13
New cards

Concurrency/race condition

simultaneous actions clash; use locks/transactions.

14
New cards

Timeout/retry/backoff

fail safely and retry with delays.