Business email subject lines, in one screen
A subject line has to survive three readers in this order: a filter, a notification strip about forty characters wide, and a person deciding in under a second. Most advice only addresses the third.
| Length that survives | Put the distinguishing words in the first 40 characters; write to about 60 |
| Shape that works | Subject as conclusion, not topic: what it is, what is needed, by when |
| Capitalization | Sentence case for correspondence, title case for campaigns; full capitals never |
| Hard technical limit | 75 characters per encoded-word, which non-ASCII text reaches at about 45 bytes |
| Legal limit | A subject line that misleads about the message content is unlawful in the US |
Email subject lines for business get written last and read first. The message is composed, proofread, the attachment is added, and then a topic word is typed into the subject field on the way to the send button. That order is backwards, and it is the reason a large share of well-written business mail goes unanswered.
This guide gives subject lines for the situations business mail actually covers, then the parts nobody writes about: what each inbox truly displays, what the mail standard does to a subject line that contains anything outside plain English letters, and the one rule about subject lines that is a matter of law rather than taste.
What a business email subject line has to do
A social or marketing subject line has one job: earn the open. A subject line for business email usually has four, and they conflict.
- Identify the message later. Most business mail is found again by search, weeks after it arrived. A subject line containing the invoice number, the project name or the date is the difference between a two-second search and a lost thread.
- Say what is needed. The reader triaging on a phone decides whether this is a read-now or a read-later. That decision is made on the subject alone.
- Set the deadline. A date in the subject line survives into the notification. A date in paragraph three does not.
- Stay honest. More on this below, because it is the one where the cost of getting it wrong is not a missed reply.
The single most useful habit is writing the subject as the conclusion rather than the topic. Contract redlines returned, two open points tells the reader everything. Contract tells them to open the message to find out whether they need to open the message.
Subject line examples by business situation
These are patterns, not copy to paste. The bracketed parts are what carries the information; the wording around them is what makes it read like a person wrote it.
Requests and asks
A request subject line names the thing and the deadline. Vagueness here reads as low priority, which is exactly how it will be treated.
- Approval needed: [Q3 marketing spend] by [Thursday]
- Quick input on [supplier shortlist], five minutes
- [Invoice 4471]: missing PO number, can you confirm
- Sign-off request: [staging environment] go-live
This is the shape most searches for how to write subject in email for request are looking for. The verb comes first, the object second, the deadline last, because the left edge of the subject column is the part that never gets truncated.
Meetings and scheduling
- [Monday 14:00] moved to [Tuesday 10:00], same link
- Agenda for [Q4 planning], please add before [Friday]
- Can we shift [our 1:1] to later this week
- [Board pack] attached, meeting [12 March]
Put the old time and the new time in a reschedule subject. It is the only version that a reader can act on without opening anything, and it is the version that still makes sense when the message surfaces in a search three weeks later.
Sending documents, a CV or an application
These are the highest-stakes subject lines in ordinary business mail, because they are frequently read by someone processing a hundred similar messages and sorting on the subject field alone.
- Application: [Senior Analyst], [Job Ref 2291], [Full Name]
- CV and cover letter: [Full Name] for [role]
- [Signed NDA] attached, [Company Name]
- [March invoices], [12 files], as requested
- Documents for [claim 88213]: ID and proof of address
The reference number rule
If the recipient gave you a reference, a job code, a claim number or a ticket ID, it belongs in the subject line and it belongs early. Their systems and their searches are keyed on it. Yours are keyed on your own name, which is why so many applications lead with the applicant and get filed nowhere.
Follow-ups and reminders
- Following up: [proposal sent 4 March]
- Still open: [two questions on the SOW]
- [Invoice 4471] now 14 days overdue
- Closing the loop on [vendor review]
Resist typing a bare Re: onto a message that is not actually a reply. It is a small deception, the reader notices, and a sequence of them is the fastest way to teach someone to ignore you. If you are running a structured sequence rather than a single nudge, the spacing and the stop conditions matter more than the wording, and we cover those in the guide to follow-up cadence and when to stop sending.
Introductions and cold outreach
- [Mutual contact] suggested I get in touch
- [Your article on X]: one question
- Intro: [Company] and [Company], [shared context]
- [Specific observation about their business], quick idea
A subject line for a first contact should be able to pass one test: could it have been written by someone who had not looked at the recipient at all? If yes, rewrite it. This is the whole difference between good email subject lines for introduction and the generic openers that get archived unread.
Bad news, escalations and corrections
- Delay on [deliverable]: new date [15 April]
- Correction to [yesterday’s figures]
- [Incident]: service restored, summary attached
- Escalating [ticket 4471], no response since [Monday]
Softening a bad-news subject line does not soften the news; it delays it and adds a second problem. Name the thing, give the new fact in the same line, and put the explanation in the body.
Length: what actually gets cut off
The advice to keep subject lines under fifty or sixty characters is repeated everywhere without saying what does the cutting. Nothing in the email standard truncates a subject. The truncation is entirely a display decision made by the client, and it varies by client, by device, by window width and by the length of the sender name sitting next to it.
Two things follow, and they are more useful than any character count.
Front-load, do not shorten. A reader scans the left edge of the subject column. A 70-character subject whose first 35 characters are specific beats a 40-character subject that opens with a generic phrase. Write the distinguishing words first and let the tail be cut.
The preview text is part of the same real estate. Subject and preview are read as one block in every modern inbox, which means a subject line can hand off to the first line of the message rather than trying to carry everything alone. The mechanics of that handoff, and the space each client gives it, are covered in our guide to preview text and how far each inbox displays it.
The subject line is a header field, and the standard has opinions
This is where business advice stops and the format takes over. The subject is a header field defined in RFC 5322, the internet message format. Two of its rules have practical consequences.
The line length rule that never bites
RFC 5322 says a line should be under 78 characters and must be under 998, excluding the line ending. A subject long enough to hit 998 characters is not a subject line, so this limit is not what constrains you. It is worth knowing only because it explains the second rule, which does bite.
The 75-character rule that does
Header fields in the base standard are US-ASCII. Anything else, an accented letter, a currency symbol, a Japanese character, an emoji, has to be wrapped in an encoded-word as defined in RFC 2047, the MIME header extension for non-ASCII text. That specification limits each encoded-word to 75 characters. Longer values must be split across several encoded-words separated by folding whitespace, and generators that emit oversize encoded-words get rejected by strict parsers.
Here is why that number is smaller than it looks. Take the common case: charset utf-8, base64 encoding. The wrapper alone is twelve characters, =?utf-8?B? at the front and ?= at the end. Base64 turns every three bytes of source into four characters. So the budget is:
4 * ceil(bytes / 3) + 12 <= 75
ceil(bytes / 3) <= 15
bytes <= 45Forty-five bytes. Not characters, bytes. A plain Latin letter is one byte, an accented letter is two, most emoji are four. A subject line of forty ordinary letters plus two emoji is 48 bytes, and it no longer fits in a single encoded-word. It is not broken, and it is not what the sender wrote either: it now has to be folded, and folding is where clients that were written before this was common start showing the raw =?utf-8?B? text to the reader instead of the decoded subject.
The practical version
If your subject line contains any character outside plain ASCII, the effective length limit is not sixty characters of display, it is forty-five bytes of source. In a business context this is an argument for leaving the decoration out entirely: an emoji in a subject line to a client costs a quarter of your technical budget and buys nothing that the words could not say.
Capitalization in email subject lines
There is no standard here, only two conventions and one prohibition.
Sentence case capitalizes the first word and proper nouns, and nothing else: Approval needed: Q3 marketing spend by Thursday. It reads as correspondence written by a person. This is the right default for capitalization in email subject lines in ordinary business mail.
Title case capitalizes most words: Approval Needed: Q3 Marketing Spend. It reads as a headline, which is why marketing campaigns use it and why it is slightly wrong on a message to one colleague.
Full capitals are the prohibition. They read as shouting to a person, and a dense run of capitalized sales vocabulary is one of the patterns content filters weigh; we keep a reference list of the wording that trips those filters for exactly this reason. The overlap between what annoys a reader and what a filter scores is not a coincidence, because filters were trained on what readers reported.
One small thing that costs nothing: keep capitalization consistent within a thread. A reply that switches from sentence case to title case looks like it was written by a different person, or by a tool.
The line that is not a matter of taste
Everything above is judgement. This part is not. Under the CAN-SPAM Act, deception in the subject line of commercial email is prohibited outright: the subject must not misrepresent what the message contains. The penalty attaches per message, and the current FTC maximum is $53,088 per non-compliant email. The full set of obligations, which also covers the from address, the opt-out and the postal address, is in our CAN-SPAM compliance guide.
The failure modes are ordinary rather than exotic. A fake Re: on a first contact. A subject announcing an order confirmation on a promotional message. A subject saying a payment failed to prompt an open. Each of these is written by someone chasing an open rate, and each of them is the specific behaviour the provision names.
What to stop doing
- The bare topic word.
Update,Question,Quick one. They carry no information and they make the message unfindable later. - Fake reply and forward prefixes. Covered above; the legal exposure is real for commercial mail and the credibility cost is real for everything else.
- Manufactured urgency.
URGENTon a message that is not urgent spends credibility you will want later. - Reusing an old thread for a new topic. If the subject no longer describes the message, start a new one. Threads are how the recipient finds things.
- The blank subject. It reads as a mistake or as automation, and some filters treat an empty subject as a weak negative signal on its own.
Testing, and what the numbers can tell you
For one-to-one business mail there is nothing to test; write the subject as the conclusion and move on. For campaign mail, subject line testing is worth doing and worth doing carefully, because open rate has become the least reliable number in the reporting stack: privacy features that pre-load tracking pixels inflate it, and the inflation is not evenly distributed across your list. What that means for interpreting an A/B result, and which metrics survive it, is covered in our guide to the campaign metrics that still measure something.
Two structural points that matter more than the wording. A campaign subject line is read in the context of a tab or a folder the recipient may never look at, and which tab it lands in is decided by signals other than the subject: see how Gmail sorts mail into Primary, Promotions and Updates. And the subject is one field of a message whose other fields are also being judged, which is the argument for treating it as part of the whole rather than in isolation, as set out in our guide to writing an email from the from address down.
FAQ
What is a good subject line for a business email?
One that states the conclusion rather than the topic, and that can be acted on without opening the message. Approval needed: Q3 spend by Thursday is a good subject line; Budget is a label. If the message concerns a reference, an invoice number or a job code, that identifier belongs in the subject and belongs early, because it is what both of you will search on later.
How long should an email subject line be?
Write to about sixty characters and put the distinguishing words in the first forty. There is no length limit in the email standard itself; truncation is a display decision that varies by client, device and window width, so the reliable strategy is front-loading rather than a fixed count. The exception is a subject containing non-ASCII characters, which faces a real technical limit of about forty-five bytes per encoded-word.
Should I use title case or sentence case in a subject line?
Sentence case for correspondence, title case for campaigns. Sentence case reads as one person writing to another; title case reads as a headline, which is right for a newsletter and slightly off for a message to a colleague. Full capitals are wrong in both contexts: they read as shouting and they are one of the patterns content filters weigh.
How do you write the subject in an email for a job application?
Role, reference, name, in that order: Application: Senior Analyst, Job Ref 2291, Jane Okafor. Recruiting inboxes are sorted on the subject field, and the reference code is what their system keys on. Leading with your own name is the most common mistake, because it optimises for the one party who is not doing the filing.
What subject line should I use when sending documents or a CV?
Name what is attached and why, with the count if there are several: March invoices, 12 files, as requested, or CV and cover letter: Jane Okafor for Senior Analyst. If the documents relate to a claim, ticket or case, put that number in the subject. Avoid Please find attached as a subject line; it describes the act of sending rather than the contents.
Do emoji in subject lines hurt anything?
They consume a disproportionate share of a real technical budget. Header fields are ASCII in the base standard, so any emoji forces the whole subject into an RFC 2047 encoded-word capped at 75 characters, which with base64 works out to about 45 bytes of source text. Most emoji are four bytes each. Beyond the arithmetic, in business correspondence they read as marketing, which is the opposite of what a business subject line is trying to signal.
Is a misleading subject line actually illegal?
For commercial email sent to or from the United States, yes. The CAN-SPAM Act prohibits subject lines that misrepresent the contents of the message, with a current FTC maximum of $53,088 per non-compliant email. A fake Re: prefix on a first contact and a promotional message dressed as an order confirmation are both squarely within what the provision names.
Should I change the subject line when a thread moves on?
Yes, when the subject no longer describes the message. Threading is how the recipient finds things months later, and a thread whose subject says Kick-off call but whose last twenty messages are about invoicing is unfindable for both of you. Start a new message with an accurate subject and reference the old thread in the first line.
The habit worth keeping from all of this is small: write the subject line after the message is finished, then read it as though it is the only part that will ever be seen. On a lock screen, it often is. The same principle applies to the other end of the message, which we cover in the guide to closings, sign-offs and what belongs after them.
About the Author

Alaa · LinkedIn
Email infrastructure specialist with 8+ years of hands-on experience in SMTP, deliverability, and email verification. I’ve configured and troubleshot mail systems across Postfix, Exchange, and cloud relays, managed IP reputation and warmup campaigns, and built verification pipelines processing millions of addresses. My work spans DNS authentication (SPF, DKIM, DMARC, BIMI), bounce handling, blocklist monitoring, and compliance frameworks including CAN-SPAM and GDPR. I write every article on SMTPedia to give email professionals, developers, and marketers the accurate, RFC-grounded reference they need.
About SMTPedia
SMTPedia is an independent email industry reference covering SMTP, IMAP, POP3, email deliverability, marketing platforms, DNS authentication, and email verification. Every article is researched from official provider documentation, IETF RFCs, and industry best practices. Settings and configurations are verified quarterly.
We are cited as a source by ChatGPT, Microsoft Copilot, and thousands of email professionals worldwide. Learn more about our editorial process.

