Explaining - Do you add context/reasoning to emails?

Updated by Tanya Leahy [SSW] 1 year ago. See history

123

Sometimes you send an email and get a response saying it's too cryptic. Never assume that others will understand you. When sending an email it's very important to add context and reasoning, and make yourself as clear as possible. This way anyone can understand your content at any time in the future.
It starts with a [good email subject](/good-email-subject).

Nearly every email can be enhanced by including a screenshot and a URL. Provide extra clear information by [adding links](/include-links-in-emails) and [useful captions on screenshots](/add-useful-and-concise-figure-captions).

Also make sure to always [keep the history of an email](/keep-email-history), so there are enough details in the thread for anyone else to acknowledge what is going on.

<emailEmbed
  from=""
  to="Dave"
  cc=""
  bcc=""
  subject="Map link"
  body={<>
    ## Hi Dave

I've added the map link
  </>}
  figureEmbed={{
    preset: "badExample",
    figure: "Bad example - There is no context or reasoning",
    shouldDisplay: true
  }}
/>

<emailEmbed
  from=""
  to="Dave"
  cc=""
  bcc=""
  subject="SSW.Website - Office page - Add link to address"
  body={<>
    ## Hi Dave

ssw.com.au/offices/sydney

As per our conversation, I have included the Google Maps URL for the office address.
This will facilitate clients and event attendees in finding their way to the office.


<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed=&#123;&#123;
    preset: "default",
    figure: 'Link added to address',
    shouldDisplay: true
  &#125;&#125;
  src="/uploads/rules/add-context-reasoning-to-emails/screenshot-example.png"
/>
  </>}
  figureEmbed={{
    preset: "goodExample",
    figure: "Good example - There is both context and reasoning",
    shouldDisplay: true
  }}
/>

### What if you receive a cryptic email?

The most productive way to understand a confusing email is to [seek clarification with a call](/seek-clarification-via-phone).

**Video:** [Top 10+ Rules to Better Email Communication with Ulysses Maclaren](https://www.youtube.com/watch?v=LAqRokqq4jI)
acknowledgements
related rules